public static interface EValidator.ValidationDelegate
Modifier and Type | Interface and Description |
---|---|
static interface |
EValidator.ValidationDelegate.Descriptor
A
ValidationDelegate wrapper that is used by the EValidator.ValidationDelegate.Registry . |
static interface |
EValidator.ValidationDelegate.Registry
A map from
String to EValidator.ValidationDelegate . |
Modifier and Type | Method and Description |
---|---|
boolean |
validate(EClass eClass,
EObject eObject,
java.util.Map<java.lang.Object,java.lang.Object> context,
EOperation invariant,
java.lang.String expression)
Evaluates the given invariant expression against the object in the given context.
|
boolean |
validate(EClass eClass,
EObject eObject,
java.util.Map<java.lang.Object,java.lang.Object> context,
java.lang.String constraint,
java.lang.String expression)
Evaluates the given constraint expression against the object in the given context.
|
boolean |
validate(EDataType eDataType,
java.lang.Object value,
java.util.Map<java.lang.Object,java.lang.Object> context,
java.lang.String constraint,
java.lang.String expression)
Evaluates the given constraint expression against the value in the given context.
|
boolean validate(EClass eClass, EObject eObject, java.util.Map<java.lang.Object,java.lang.Object> context, EOperation invariant, java.lang.String expression)
boolean validate(EClass eClass, EObject eObject, java.util.Map<java.lang.Object,java.lang.Object> context, java.lang.String constraint, java.lang.String expression)
boolean validate(EDataType eDataType, java.lang.Object value, java.util.Map<java.lang.Object,java.lang.Object> context, java.lang.String constraint, java.lang.String expression)