org.eclipse.gmt.umlx.ucore
Interface UPredicate

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
UPredicateImpl

public interface UPredicate
extends org.eclipse.emf.ecore.ENamedElement

A representation of the model object 'UPredicate'.

The following features are supported:

See Also:
UcorePackage.getUPredicate()

Method Summary
 org.eclipse.emf.ocl.expressions.OCLExpression getConditionExpression()
          Returns the value of the 'Condition Expression' containment reference.
 UPattern getUPattern()
          Returns the value of the 'UPattern' container reference.
 void setConditionExpression(org.eclipse.emf.ocl.expressions.OCLExpression value)
          Sets the value of the 'Condition Expression' containment reference.
 void setUPattern(UPattern value)
          Sets the value of the 'UPattern' container reference.
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
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

getUPattern

UPattern getUPattern()
Returns the value of the 'UPattern' container reference. It is bidirectional and its opposite is 'UPredicates'.

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 'UPattern' container reference.
See Also:
setUPattern(UPattern), UcorePackage.getUPredicate_UPattern(), UPattern.getUPredicates()

setUPattern

void setUPattern(UPattern value)
Sets the value of the 'UPattern' container reference.

Parameters:
value - the new value of the 'UPattern' container reference.
See Also:
getUPattern()

getConditionExpression

org.eclipse.emf.ocl.expressions.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), UcorePackage.getUPredicate_ConditionExpression()

setConditionExpression

void setConditionExpression(org.eclipse.emf.ocl.expressions.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()