org.eclipse.gmt.umlx.eqvtc.cst
Interface AreaCS

All Superinterfaces:
org.eclipse.ocl.internal.cst.CSTNode, org.eclipse.emf.ecore.EObject, IdentifiedCSTNode, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
DomainCS

public interface AreaCS
extends IdentifiedCSTNode

A representation of the model object 'Area CS'.

The following features are supported:

See Also:
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

getBottomPattern

BottomPatternCS getBottomPattern()
Returns the value of the 'Bottom Pattern' containment reference.

If the meaning of the 'Bottom Pattern' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Bottom Pattern' containment reference.
See Also:
setBottomPattern(BottomPatternCS), EqvtcCSTPackage.getAreaCS_BottomPattern()

setBottomPattern

void setBottomPattern(BottomPatternCS value)
Sets the value of the 'Bottom Pattern' containment reference.

Parameters:
value - the new value of the 'Bottom Pattern' containment reference.
See Also:
getBottomPattern()

getGuardPattern

GuardPatternCS getGuardPattern()
Returns the value of the 'Guard Pattern' containment reference.

If the meaning of the 'Guard Pattern' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Guard Pattern' containment reference.
See Also:
setGuardPattern(GuardPatternCS), EqvtcCSTPackage.getAreaCS_GuardPattern()

setGuardPattern

void setGuardPattern(GuardPatternCS value)
Sets the value of the 'Guard Pattern' containment reference.

Parameters:
value - the new value of the 'Guard Pattern' containment reference.
See Also:
getGuardPattern()