public interface AreaCS
A representation of the model object 'Area CS'.
The following features are supported:
EqvtcCSTPackage.getAreaCS()
Method Summary | |
---|---|
BottomPatternCS |
getBottomPattern()
Returns the value of the 'Bottom Pattern' containment reference. |
GuardPatternCS |
getGuardPattern()
Returns the value of the 'Guard Pattern' containment reference. |
void |
setBottomPattern(BottomPatternCS value)
Sets the value of the ' Bottom Pattern ' containment reference. |
void |
setGuardPattern(GuardPatternCS value)
Sets the value of the ' Guard Pattern ' containment reference. |
Methods inherited from interface org.eclipse.gmt.umlx.eqvtc.cst.IdentifiedCSTNode |
---|
getIdentifier, setIdentifier |
Methods inherited from interface org.eclipse.ocl.internal.cst.CSTNode |
---|
getEndOffset, getStartOffset, setEndOffset, setStartOffset |
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 |
---|
BottomPatternCS getBottomPattern()
If the meaning of the 'Bottom Pattern' containment reference isn't clear, there really should be more of a description here...
setBottomPattern(BottomPatternCS)
,
EqvtcCSTPackage.getAreaCS_BottomPattern()
void setBottomPattern(BottomPatternCS value)
Bottom Pattern
' containment reference.
value
- the new value of the 'Bottom Pattern' containment reference.getBottomPattern()
GuardPatternCS getGuardPattern()
If the meaning of the 'Guard Pattern' containment reference isn't clear, there really should be more of a description here...
setGuardPattern(GuardPatternCS)
,
EqvtcCSTPackage.getAreaCS_GuardPattern()
void setGuardPattern(GuardPatternCS value)
Guard Pattern
' containment reference.
value
- the new value of the 'Guard Pattern' containment reference.getGuardPattern()