public interface BottomPattern
A representation of the model object 'Bottom Pattern'.
The following features are supported:
QvtcorePackage.getBottomPattern()
Method Summary | |
---|---|
Area |
getArea()
Returns the value of the 'Area' container reference. |
org.eclipse.emf.common.util.EList<Assignment> |
getAssignment()
Returns the value of the 'Assignment' containment reference list. |
org.eclipse.emf.common.util.EList<EnforcementOperation> |
getEnforcementOperation()
Returns the value of the 'Enforcement Operation' containment reference list. |
org.eclipse.emf.common.util.EList<RealizedVariable> |
getRealizedVariable()
Returns the value of the 'Realized Variable' containment reference list. |
void |
setArea(Area value)
Sets the value of the ' Area ' container reference. |
Methods inherited from interface org.eclipse.gmt.umlx.qvtcore.CorePattern |
---|
getVariable |
Methods inherited from interface org.eclipse.gmt.umlx.qvtbase.Pattern |
---|
getBindsTo, getPredicate |
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 |
---|
Area getArea()
Bottom Pattern
'.
If the meaning of the 'Area' container reference isn't clear, there really should be more of a description here...
setArea(Area)
,
QvtcorePackage.getBottomPattern_Area()
,
Area.getBottomPattern()
void setArea(Area value)
Area
' container reference.
value
- the new value of the 'Area' container reference.getArea()
org.eclipse.emf.common.util.EList<Assignment> getAssignment()
Assignment
.
It is bidirectional and its opposite is 'Bottom Pattern
'.
If the meaning of the 'Assignment' containment reference list isn't clear, there really should be more of a description here...
QvtcorePackage.getBottomPattern_Assignment()
,
Assignment.getBottomPattern()
org.eclipse.emf.common.util.EList<EnforcementOperation> getEnforcementOperation()
EnforcementOperation
.
It is bidirectional and its opposite is 'Bottom Pattern
'.
If the meaning of the 'Enforcement Operation' containment reference list isn't clear, there really should be more of a description here...
QvtcorePackage.getBottomPattern_EnforcementOperation()
,
EnforcementOperation.getBottomPattern()
org.eclipse.emf.common.util.EList<RealizedVariable> getRealizedVariable()
RealizedVariable
.
If the meaning of the 'Realized Variable' containment reference list isn't clear, there really should be more of a description here...
QvtcorePackage.getBottomPattern_RealizedVariable()