public interface Area
A representation of the model object 'Area'.
The following features are supported:
QvtcorePackage.getArea()
Method Summary | |
---|---|
BottomPattern |
getBottomPattern()
Returns the value of the 'Bottom Pattern' containment reference. |
GuardPattern |
getGuardPattern()
Returns the value of the 'Guard Pattern' containment reference. |
void |
setBottomPattern(BottomPattern value)
Sets the value of the ' Bottom Pattern ' containment reference. |
void |
setGuardPattern(GuardPattern value)
Sets the value of the ' Guard Pattern ' containment reference. |
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 |
---|
GuardPattern getGuardPattern()
Area
'.
If the meaning of the 'Guard Pattern' containment reference isn't clear, there really should be more of a description here...
setGuardPattern(GuardPattern)
,
QvtcorePackage.getArea_GuardPattern()
,
GuardPattern.getArea()
void setGuardPattern(GuardPattern value)
Guard Pattern
' containment reference.
value
- the new value of the 'Guard Pattern' containment reference.getGuardPattern()
BottomPattern getBottomPattern()
Area
'.
If the meaning of the 'Bottom Pattern' containment reference isn't clear, there really should be more of a description here...
setBottomPattern(BottomPattern)
,
QvtcorePackage.getArea_BottomPattern()
,
BottomPattern.getArea()
void setBottomPattern(BottomPattern value)
Bottom Pattern
' containment reference.
value
- the new value of the 'Bottom Pattern' containment reference.getBottomPattern()