| Modifier and Type | Interface and Description |
|---|---|
interface |
ForkedBehaviour
A representation of the model object 'Forked Behaviour'.
|
interface |
ResourceDemandingInternalBehaviour
A representation of the model object ' Resource Demanding Internal
Behaviour'.
|
interface |
ResourceDemandingSEFF
A representation of the model object ' Resource Demanding
SEFF'.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceDemandingBehaviour |
SeffFactory.createResourceDemandingBehaviour()
Returns a new object of class 'Resource Demanding Behaviour'.
|
ResourceDemandingBehaviour |
AbstractLoopAction.getBodyBehaviour_Loop()
Returns the value of the 'Body Behaviour Loop' containment reference.
|
ResourceDemandingBehaviour |
AbstractBranchTransition.getBranchBehaviour_BranchTransition()
Returns the value of the 'Branch Behaviour Branch Transition' containment
reference.
|
ResourceDemandingBehaviour |
AbstractAction.getResourceDemandingBehaviour_AbstractAction()
Returns the value of the 'Resource Demanding Behaviour Abstract Action'
container reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLoopAction.setBodyBehaviour_Loop(ResourceDemandingBehaviour value)
Sets the value of the
'
Body
Behaviour Loop' containment reference. |
void |
AbstractBranchTransition.setBranchBehaviour_BranchTransition(ResourceDemandingBehaviour value)
Sets the value of the
'
Branch Behaviour Branch Transition' containment reference. |
void |
AbstractAction.setResourceDemandingBehaviour_AbstractAction(ResourceDemandingBehaviour value)
Sets the value of the '
Resource Demanding Behaviour Abstract Action' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ForkedBehaviourImpl
An implementation of the model object 'Forked Behaviour'.
|
class |
ResourceDemandingBehaviourImpl
An implementation of the model object ' Resource Demanding
Behaviour'.
|
class |
ResourceDemandingInternalBehaviourImpl
An implementation of the model object ' Resource Demanding
Internal Behaviour'.
|
class |
ResourceDemandingSEFFImpl
An implementation of the model object ' Resource Demanding
SEFF'.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceDemandingBehaviour |
SeffFactoryImpl.createResourceDemandingBehaviour() |
ResourceDemandingBehaviour |
AbstractLoopActionImpl.getBodyBehaviour_Loop() |
ResourceDemandingBehaviour |
AbstractBranchTransitionImpl.getBranchBehaviour_BranchTransition() |
ResourceDemandingBehaviour |
AbstractActionImpl.getResourceDemandingBehaviour_AbstractAction() |
ResourceDemandingBehaviour |
InternalCallActionImpl.getResourceDemandingBehaviour_AbstractAction() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RecoveryActionBehaviour
A representation of the model object ' Recovery Action
Behaviour'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RecoveryActionBehaviourImpl
An implementation of the model object ' Recovery Action
Behaviour'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
SeffReliabilitySwitch.caseResourceDemandingBehaviour(ResourceDemandingBehaviour object)
Returns the result of interpreting the object as an instance of 'Resource Demanding
Behaviour'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
SeffSwitch.caseResourceDemandingBehaviour(ResourceDemandingBehaviour object)
Returns the result of interpreting the object as an instance of 'Resource Demanding
Behaviour'.
|
boolean |
SeffValidator.validateResourceDemandingBehaviour_EachActionExceptStartActionandStopActionMustHhaveAPredecessorAndSuccessor(ResourceDemandingBehaviour resourceDemandingBehaviour,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the EachActionExceptStartActionandStopActionMustHhaveAPredecessorAndSuccessor
constraint of 'Resource Demanding Behaviour'.
|
boolean |
SeffValidator.validateResourceDemandingBehaviour_ExactlyOneStartAction(ResourceDemandingBehaviour resourceDemandingBehaviour,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the ExactlyOneStartAction constraint of 'Resource Demanding Behaviour'.
|
boolean |
SeffValidator.validateResourceDemandingBehaviour_ExactlyOneStopAction(ResourceDemandingBehaviour resourceDemandingBehaviour,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the ExactlyOneStopAction constraint of 'Resource Demanding Behaviour'.
|
boolean |
SeffValidator.validateResourceDemandingBehaviour(ResourceDemandingBehaviour resourceDemandingBehaviour,
DiagnosticChain diagnostics,
Map<Object,Object> context) |