|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WsmlValidator
Extends the interface of wsmo-api with necessary properties needed during implementation (might be merged with wsmo-api later).
Checks only for standard datatypes.
Created on Aug 18, 2005 Committed by $Author: holgerlausen $ $Source: /cvsroot/wsmo4j/wsmo-api/org/wsmo/validator/WsmlValidator.java,v $,
Validator
Method Summary | |
---|---|
java.lang.String |
determineVariant(TopEntity te,
java.util.List errorMessages)
Determines the Variant of a topEntity |
boolean |
isValid(TopEntity te,
java.lang.String variant,
java.util.List errorMessages)
Checks whether a WSMO element definition is valid. |
Methods inherited from interface org.wsmo.validator.Validator |
---|
isValid |
Method Detail |
---|
boolean isValid(TopEntity te, java.lang.String variant, java.util.List errorMessages)
te
- the TopEntity to be validated (ontology, mediator, goal,...)variant
- the Variant for which should be checkederrorMessages
- a collection where the validation specific error messages will
be added (if any)
Ontology
java.lang.String determineVariant(TopEntity te, java.util.List errorMessages)
te
- topEntity to be checked.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |