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