public interface ITupleCentreManagement
Modifier and Type | Method and Description |
---|---|
AbstractBehaviourSpecification |
getReactionSpec() |
void |
goCommand() |
boolean |
isStepMode()
verify if stepMode is active or not
|
void |
nextStepCommand() |
void |
setManagementMode(boolean activate)
old
|
boolean |
setReactionSpec(AbstractBehaviourSpecification spec) |
void |
stopCommand() |
boolean |
toggleStepMode()
toggles step mode (defaults to
false ) |
AbstractBehaviourSpecification getReactionSpec()
void goCommand() throws OperationNotPossibleException
OperationNotPossibleException
- if the operation cannot be performedboolean isStepMode()
void nextStepCommand() throws OperationNotPossibleException
OperationNotPossibleException
- if the operation cannot be performedvoid setManagementMode(boolean activate)
activate
- wether the 'management mode' should be activated or notboolean setReactionSpec(AbstractBehaviourSpecification spec)
spec
- the ReSpecT specification to setvoid stopCommand() throws OperationNotPossibleException
OperationNotPossibleException
- if the operation cannot be performedboolean toggleStepMode()
false
)