public interface Relation
A representation of the model object 'Relation'.
The following features are supported:
QvtrelationPackage.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' containment reference list. |
org.eclipse.emf.common.util.EList<Variable> |
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.qvtbase.Rule |
---|
getDomain, getOverrides, getTransformation, setOverrides, setTransformation |
Methods inherited from interface org.eclipse.gmt.umlx.emof.NamedElement |
---|
getName, setName |
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 |
---|
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)
,
QvtrelationPackage.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<Variable> getVariable()
Variable
.
If the meaning of the 'Variable' containment reference list isn't clear, there really should be more of a description here...
QvtrelationPackage.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...
QvtrelationPackage.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)
,
QvtrelationPackage.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)
,
QvtrelationPackage.getRelation_Where()
void setWhere(Pattern value)
Where
' containment reference.
value
- the new value of the 'Where' containment reference.getWhere()