public interface ScenarioBehaviour extends Entity
The following features are supported:
UsagemodelPackage.getScenarioBehaviour()| Modifier and Type | Method and Description |
|---|---|
boolean |
EachuseractionexceptStartandStopmusthaveapredecessorandsuccessor(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
Exactlyonestart(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
Exactlyonestop(DiagnosticChain diagnostics,
Map<Object,Object> context) |
EList<AbstractUserAction> |
getActions_ScenarioBehaviour()
Returns the value of the 'Actions Scenario Behaviour' containment reference
list.
|
BranchTransition |
getBranchTransition_ScenarioBehaviour()
Returns the value of the 'Branch Transition Scenario Behaviour' container
reference.
|
Loop |
getLoop_ScenarioBehaviour()
Returns the value of the 'Loop Scenario Behaviour' container reference.
|
UsageScenario |
getUsageScenario_SenarioBehaviour()
Returns the value of the 'Usage Scenario Senario Behaviour' container
reference.
|
void |
setBranchTransition_ScenarioBehaviour(BranchTransition value)
Sets the value of the '
Branch Transition Scenario Behaviour' container reference. |
void |
setLoop_ScenarioBehaviour(Loop value)
Sets the value of the '
Loop Scenario Behaviour' container reference. |
void |
setUsageScenario_SenarioBehaviour(UsageScenario value)
Sets the value of the '
Usage Scenario Senario Behaviour' container reference. |
getEntityName, setEntityNamecdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverstatic final String copyright
UsageScenario getUsageScenario_SenarioBehaviour()
Scenario Behaviour Usage Scenario'.
If the meaning of the 'Usage Scenario Senario Behaviour' container reference isn't clear, there really should be more of a description here...
setUsageScenario_SenarioBehaviour(UsageScenario),
UsagemodelPackage.getScenarioBehaviour_UsageScenario_SenarioBehaviour(),
UsageScenario.getScenarioBehaviour_UsageScenario()void setUsageScenario_SenarioBehaviour(UsageScenario value)
Usage Scenario Senario Behaviour' container reference. value - the new value of the 'Usage Scenario Senario Behaviour' container
reference.getUsageScenario_SenarioBehaviour()BranchTransition getBranchTransition_ScenarioBehaviour()
Branched Behaviour Branch Transition'.
If the meaning of the 'Branch Transition Scenario Behaviour' container reference isn't clear, there really should be more of a description here...
setBranchTransition_ScenarioBehaviour(BranchTransition),
UsagemodelPackage.getScenarioBehaviour_BranchTransition_ScenarioBehaviour(),
BranchTransition.getBranchedBehaviour_BranchTransition()void setBranchTransition_ScenarioBehaviour(BranchTransition value)
Branch Transition Scenario Behaviour' container reference.
value - the new value of the 'Branch Transition Scenario Behaviour' container
reference.getBranchTransition_ScenarioBehaviour()Loop getLoop_ScenarioBehaviour()
Body Behaviour Loop'.
If the meaning of the 'Loop Scenario Behaviour' container reference isn't clear, there really should be more of a description here...
setLoop_ScenarioBehaviour(Loop),
UsagemodelPackage.getScenarioBehaviour_Loop_ScenarioBehaviour(),
Loop.getBodyBehaviour_Loop()void setLoop_ScenarioBehaviour(Loop value)
Loop Scenario Behaviour' container reference. value - the new value of the 'Loop Scenario Behaviour' container reference.getLoop_ScenarioBehaviour()EList<AbstractUserAction> getActions_ScenarioBehaviour()
AbstractUserAction. It is bidirectional and its
opposite is '
Scenario Behaviour Abstract User Action'.
If the meaning of the 'Actions Scenario Behaviour' containment reference list isn't clear, there really should be more of a description here...
UsagemodelPackage.getScenarioBehaviour_Actions_ScenarioBehaviour(),
AbstractUserAction.getScenarioBehaviour_AbstractUserAction()boolean Exactlyonestart(DiagnosticChain diagnostics, Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information. boolean Exactlyonestop(DiagnosticChain diagnostics, Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information. boolean EachuseractionexceptStartandStopmusthaveapredecessorandsuccessor(DiagnosticChain diagnostics, Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.