public interface State extends AbstractState
The following features are supported:
CapellacommonPackage.getState()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<AbstractCapability> |
getAvailableAbstractCapabilities()
Returns the value of the 'Available Abstract Capabilities' reference list.
|
org.eclipse.emf.common.util.EList<AbstractFunction> |
getAvailableAbstractFunctions()
Returns the value of the 'Available Abstract Functions' reference list.
|
org.eclipse.emf.common.util.EList<FunctionalChain> |
getAvailableFunctionalChains()
Returns the value of the 'Available Functional Chains' reference list.
|
org.eclipse.emf.common.util.EList<AbstractEvent> |
getDoActivity()
Returns the value of the 'Do Activity' reference list.
|
org.eclipse.emf.common.util.EList<AbstractEvent> |
getEntry()
Returns the value of the 'Entry' reference list.
|
org.eclipse.emf.common.util.EList<AbstractEvent> |
getExit()
Returns the value of the 'Exit' reference list.
|
org.eclipse.emf.common.util.EList<Pseudostate> |
getOwnedConnectionPoints()
Returns the value of the 'Owned Connection Points' containment reference list.
|
org.eclipse.emf.common.util.EList<Region> |
getOwnedRegions()
Returns the value of the 'Owned Regions' containment reference list.
|
AbstractConstraint |
getStateInvariant()
Returns the value of the 'State Invariant' containment reference.
|
void |
setStateInvariant(AbstractConstraint value)
Sets the value of the '
State Invariant' containment reference. |
getIncoming, getInvolverRegions, getOutgoing, getOwnedAbstractStateRealizations, getRealizedAbstractStates, getRealizingAbstractStatesgetAppliedPropertyValueGroups, 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<Region> getOwnedRegions()
Region.
If the meaning of the 'Owned Regions' containment reference list isn't clear, there really should be more of a description here...
CapellacommonPackage.getState_OwnedRegions()org.eclipse.emf.common.util.EList<Pseudostate> getOwnedConnectionPoints()
Pseudostate.
If the meaning of the 'Owned Connection Points' containment reference list isn't clear, there really should be more of a description here...
CapellacommonPackage.getState_OwnedConnectionPoints()org.eclipse.emf.common.util.EList<AbstractFunction> getAvailableAbstractFunctions()
AbstractFunction.
If the meaning of the 'Available Abstract Functions' reference list isn't clear, there really should be more of a description here...
CapellacommonPackage.getState_AvailableAbstractFunctions()org.eclipse.emf.common.util.EList<FunctionalChain> getAvailableFunctionalChains()
FunctionalChain.
If the meaning of the 'Available Functional Chains' reference list isn't clear, there really should be more of a description here...
CapellacommonPackage.getState_AvailableFunctionalChains()org.eclipse.emf.common.util.EList<AbstractCapability> getAvailableAbstractCapabilities()
AbstractCapability.
If the meaning of the 'Available Abstract Capabilities' reference list isn't clear, there really should be more of a description here...
CapellacommonPackage.getState_AvailableAbstractCapabilities()org.eclipse.emf.common.util.EList<AbstractEvent> getEntry()
AbstractEvent.
If the meaning of the 'Entry' reference isn't clear, there really should be more of a description here...
CapellacommonPackage.getState_Entry()org.eclipse.emf.common.util.EList<AbstractEvent> getDoActivity()
AbstractEvent.
If the meaning of the 'Do Activity' reference isn't clear, there really should be more of a description here...
CapellacommonPackage.getState_DoActivity()org.eclipse.emf.common.util.EList<AbstractEvent> getExit()
AbstractEvent.
If the meaning of the 'Exit' reference isn't clear, there really should be more of a description here...
CapellacommonPackage.getState_Exit()AbstractConstraint getStateInvariant()
If the meaning of the 'State Invariant' containment reference isn't clear, there really should be more of a description here...
setStateInvariant(AbstractConstraint),
CapellacommonPackage.getState_StateInvariant()void setStateInvariant(AbstractConstraint value)
State Invariant' containment reference.
value - the new value of the 'State Invariant' containment reference.getStateInvariant()