|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Region
A representation of the model object 'Region'.
The following features are supported:
SyncchartsPackage.getRegion()
Method Summary | |
---|---|
String |
getId()
Returns the value of the 'Id' attribute. |
EList<State> |
getInnerStates()
Returns the value of the 'Inner States' containment reference list. |
State |
getParentState()
Returns the value of the 'Parent State' container reference. |
EList<Signal> |
getSignals()
Returns the value of the 'Signals' containment reference list. |
EList<Variable> |
getVariables()
Returns the value of the 'Variables' containment reference list. |
void |
setId(String value)
Sets the value of the ' Id ' attribute. |
void |
setParentState(State value)
Sets the value of the ' Parent State ' container 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 |
---|
EList<State> getInnerStates()
State
.
It is bidirectional and its opposite is 'Parent Region
'.
If the meaning of the 'Inner States' containment reference list isn't clear, there really should be more of a description here...
SyncchartsPackage.getRegion_InnerStates()
,
State.getParentRegion()
opposite | = | parentRegion |
containment | = | true |
State getParentState()
Regions
'.
If the meaning of the 'Parent State' container reference isn't clear, there really should be more of a description here...
setParentState(State)
,
SyncchartsPackage.getRegion_ParentState()
,
State.getRegions()
opposite | = | regions |
transient | = | false |
void setParentState(State value)
Parent State
' container reference.
value
- the new value of the 'Parent State' container reference.getParentState()
EList<Variable> getVariables()
Variable
.
It is bidirectional and its opposite is 'Parent Region
'.
If the meaning of the 'Variables' containment reference list isn't clear, there really should be more of a description here...
SyncchartsPackage.getRegion_Variables()
,
Variable.getParentRegion()
opposite | = | parentRegion |
containment | = | true |
EList<Signal> getSignals()
Signal
.
It is bidirectional and its opposite is 'Parent Region
'.
If the meaning of the 'Signals' containment reference list isn't clear, there really should be more of a description here...
SyncchartsPackage.getRegion_Signals()
,
Signal.getParentRegion()
opposite | = | parentRegion |
containment | = | true |
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
SyncchartsPackage.getRegion_Id()
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |