public interface AbstractState extends NamedElement, IState
The following features are supported:
CapellacommonPackage.getAbstractState()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<StateTransition> |
getIncoming()
Returns the value of the 'Incoming' reference list.
|
org.eclipse.emf.common.util.EList<Region> |
getInvolverRegions()
Returns the value of the 'Involver Regions' reference list.
|
org.eclipse.emf.common.util.EList<StateTransition> |
getOutgoing()
Returns the value of the 'Outgoing' reference list.
|
org.eclipse.emf.common.util.EList<AbstractStateRealization> |
getOwnedAbstractStateRealizations()
Returns the value of the 'Owned Abstract State Realizations' containment reference list.
|
org.eclipse.emf.common.util.EList<AbstractState> |
getRealizedAbstractStates()
Returns the value of the 'Realized Abstract States' reference list.
|
org.eclipse.emf.common.util.EList<AbstractState> |
getRealizingAbstractStates()
Returns the value of the 'Realizing Abstract States' reference list.
|
getAppliedPropertyValueGroups, 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, setSidgetOwnedExtensionseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivergetExploitedStates, getReferencedStatesgetName, setNameorg.eclipse.emf.common.util.EList<AbstractStateRealization> getOwnedAbstractStateRealizations()
AbstractStateRealization.
If the meaning of the 'Owned Abstract State Realizations' containment reference list isn't clear, there really should be more of a description here...
CapellacommonPackage.getAbstractState_OwnedAbstractStateRealizations()org.eclipse.emf.common.util.EList<AbstractState> getRealizedAbstractStates()
AbstractState.
If the meaning of the 'Realized Abstract States' reference list isn't clear, there really should be more of a description here...
CapellacommonPackage.getAbstractState_RealizedAbstractStates()org.eclipse.emf.common.util.EList<AbstractState> getRealizingAbstractStates()
AbstractState.
If the meaning of the 'Realizing Abstract States' reference list isn't clear, there really should be more of a description here...
CapellacommonPackage.getAbstractState_RealizingAbstractStates()org.eclipse.emf.common.util.EList<StateTransition> getOutgoing()
StateTransition.
If the meaning of the 'Outgoing' reference list isn't clear, there really should be more of a description here...
CapellacommonPackage.getAbstractState_Outgoing()org.eclipse.emf.common.util.EList<StateTransition> getIncoming()
StateTransition.
If the meaning of the 'Incoming' reference list isn't clear, there really should be more of a description here...
CapellacommonPackage.getAbstractState_Incoming()org.eclipse.emf.common.util.EList<Region> getInvolverRegions()
Region.
If the meaning of the 'Involver Regions' reference list isn't clear, there really should be more of a description here...
CapellacommonPackage.getAbstractState_InvolverRegions()