org.eclipse.gmt.umlx.qvtbase
Interface Predicate

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

public interface Predicate
extends Element

A representation of the model object 'Predicate'.

The following features are supported:

See Also:
QvtbasePackage.getPredicate()

Method Summary
 OclExpression getConditionExpression()
          Returns the value of the 'Condition Expression' containment reference.
 Pattern getPattern()
          Returns the value of the 'Pattern' container reference.
 void setConditionExpression(OclExpression 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.gmt.umlx.emof.Element
getOwnedComment, getTag
 
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

OclExpression 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), QvtbasePackage.getPredicate_ConditionExpression()

setConditionExpression

void setConditionExpression(OclExpression 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), QvtbasePackage.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()