public interface Relation
A representation of the model object 'Relation'.
The following features are supported:
EqvtRelationPackage.getRelation()
Method Summary | |
---|---|
java.lang.Boolean |
getIsTopLevel()
Returns the value of the 'Is Top Level' attribute. |
org.eclipse.emf.common.util.EList<RelationImplementation> |
getOperationalImpl()
Returns the value of the 'Operational Impl' reference list. |
RelationalTransformation |
getRelationalTransformation()
|
org.eclipse.emf.common.util.EList<org.eclipse.ocl.expressions.Variable<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter>> |
getVariable()
Returns the value of the 'Variable' containment reference list. |
Pattern |
getWhen()
Returns the value of the 'When' containment reference. |
Pattern |
getWhere()
Returns the value of the 'Where' containment reference. |
void |
setIsTopLevel(java.lang.Boolean value)
Sets the value of the ' Is Top Level ' attribute. |
void |
setWhen(Pattern value)
Sets the value of the ' When ' containment reference. |
void |
setWhere(Pattern value)
Sets the value of the ' Where ' containment reference. |
Methods inherited from interface org.eclipse.gmt.umlx.eqvtbase.Rule |
---|
getDomain, getOverrides, getTransformation, setOverrides, setTransformation |
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 |
---|
java.lang.Boolean getIsTopLevel()
If the meaning of the 'Is Top Level' attribute isn't clear, there really should be more of a description here...
setIsTopLevel(Boolean)
,
EqvtRelationPackage.getRelation_IsTopLevel()
void setIsTopLevel(java.lang.Boolean value)
Is Top Level
' attribute.
value
- the new value of the 'Is Top Level' attribute.getIsTopLevel()
org.eclipse.emf.common.util.EList<org.eclipse.ocl.expressions.Variable<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter>> getVariable()
org.eclipse.ocl.expressions.Variable
.
If the meaning of the 'Variable' containment reference list isn't clear, there really should be more of a description here...
EqvtRelationPackage.getRelation_Variable()
org.eclipse.emf.common.util.EList<RelationImplementation> getOperationalImpl()
RelationImplementation
.
It is bidirectional and its opposite is 'Relation
'.
If the meaning of the 'Operational Impl' reference list isn't clear, there really should be more of a description here...
EqvtRelationPackage.getRelation_OperationalImpl()
,
RelationImplementation.getRelation()
Pattern getWhen()
If the meaning of the 'When' containment reference isn't clear, there really should be more of a description here...
setWhen(Pattern)
,
EqvtRelationPackage.getRelation_When()
void setWhen(Pattern value)
When
' containment reference.
value
- the new value of the 'When' containment reference.getWhen()
Pattern getWhere()
If the meaning of the 'Where' containment reference isn't clear, there really should be more of a description here...
setWhere(Pattern)
,
EqvtRelationPackage.getRelation_Where()
void setWhere(Pattern value)
Where
' containment reference.
value
- the new value of the 'Where' containment reference.getWhere()
RelationalTransformation getRelationalTransformation()