public interface ExpHybridExecSemantics
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
boolean |
canTerminate() |
void |
deactivate() |
void |
execEnabledAction(ExpHybridAction action) |
java.util.Collection<ExpHybridAction> |
getActions() |
java.util.Collection<ExpHybridAction> |
getEnabledActions() |
boolean |
isSkippable() |
boolean |
isTerminated() |
void |
reset() |
java.util.Collection<ExpHybridAction> getActions()
java.util.Collection<ExpHybridAction> getEnabledActions()
void execEnabledAction(ExpHybridAction action)
boolean canTerminate()
boolean isTerminated()
boolean isSkippable()
void activate()
void deactivate()
void reset()