org.eclipse.gmt.umlx.eqvtbase
Interface Predicate

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface Predicate
extends org.eclipse.emf.ecore.EModelElement

A representation of the model object 'Predicate'.

The following features are supported:

See Also:
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

getConditionExpression

org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> getConditionExpression()
Returns the value of the 'Condition Expression' containment reference.

If the meaning of the 'Condition Expression' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Condition Expression' containment reference.
See Also:
#setConditionExpression(OCLExpression), EqvtBasePackage.getPredicate_ConditionExpression()

setConditionExpression

void setConditionExpression(org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> value)
Sets the value of the 'Condition Expression' containment reference.

Parameters:
value - the new value of the 'Condition Expression' containment reference.
See Also:
getConditionExpression()

getPattern

Pattern getPattern()
Returns the value of the 'Pattern' container reference. It is bidirectional and its opposite is 'Predicate'.

If the meaning of the 'Pattern' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Pattern' container reference.
See Also:
setPattern(Pattern), EqvtBasePackage.getPredicate_Pattern(), Pattern.getPredicate()

setPattern

void setPattern(Pattern value)
Sets the value of the 'Pattern' container reference.

Parameters:
value - the new value of the 'Pattern' container reference.
See Also:
getPattern()