public interface Predicate
A representation of the model object 'Predicate'.
The following features are supported:
EqvtBasePackage.getPredicate()
Method Summary | |
---|---|
org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> |
getConditionExpression()
Returns the value of the 'Condition Expression' containment reference. |
Pattern |
getPattern()
Returns the value of the 'Pattern' container reference. |
void |
setConditionExpression(org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> value)
Sets the value of the ' Condition Expression ' containment reference. |
void |
setPattern(Pattern value)
Sets the value of the ' Pattern ' container reference. |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> getConditionExpression()
If the meaning of the 'Condition Expression' containment reference isn't clear, there really should be more of a description here...
#setConditionExpression(OCLExpression)
,
EqvtBasePackage.getPredicate_ConditionExpression()
void setConditionExpression(org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> value)
Condition Expression
' containment reference.
value
- the new value of the 'Condition Expression' containment reference.getConditionExpression()
Pattern getPattern()
Predicate
'.
If the meaning of the 'Pattern' container reference isn't clear, there really should be more of a description here...
setPattern(Pattern)
,
EqvtBasePackage.getPredicate_Pattern()
,
Pattern.getPredicate()
void setPattern(Pattern value)
Pattern
' container reference.
value
- the new value of the 'Pattern' container reference.getPattern()