public interface Region extends NamedElement
The following features are supported:
CapellacommonPackage.getRegion()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<AbstractState> |
getInvolvedStates()
Returns the value of the 'Involved States' reference list.
|
org.eclipse.emf.common.util.EList<AbstractState> |
getOwnedStates()
Returns the value of the 'Owned States' containment reference list.
|
org.eclipse.emf.common.util.EList<StateTransition> |
getOwnedTransitions()
Returns the value of the 'Owned Transitions' containment reference list.
|
getName, setNamegetAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsorg.eclipse.emf.common.util.EList<AbstractState> getOwnedStates()
AbstractState.
If the meaning of the 'Owned States' containment reference list isn't clear, there really should be more of a description here...
CapellacommonPackage.getRegion_OwnedStates()org.eclipse.emf.common.util.EList<StateTransition> getOwnedTransitions()
StateTransition.
If the meaning of the 'Owned Transitions' containment reference list isn't clear, there really should be more of a description here...
CapellacommonPackage.getRegion_OwnedTransitions()org.eclipse.emf.common.util.EList<AbstractState> getInvolvedStates()
AbstractState.
If the meaning of the 'Involved States' reference list isn't clear, there really should be more of a description here...
CapellacommonPackage.getRegion_InvolvedStates()