public class ExpHybridExecSemanticsTSImpl extends ExpHybridSemanticsAbstractImpl
actions, actionToExecSemantics, active, childToExecSemantics, nameToChild, node, subprocessNames| Constructor and Description |
|---|
ExpHybridExecSemanticsTSImpl(org.processmining.framework.plugin.PluginContext context,
HybridNode<?> node) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canTerminate() |
void |
execEnabledAction(ExpHybridAction action) |
java.util.Collection<ExpHybridAction> |
getEnabledActions()
TODO: Can be moved to the abstract implementation since looking at the children for enabled Actions is generic
|
boolean |
isSkippable() |
boolean |
isTerminated() |
void |
reset() |
activate, deactivate, getActionspublic ExpHybridExecSemanticsTSImpl(org.processmining.framework.plugin.PluginContext context,
HybridNode<?> node)
public java.util.Collection<ExpHybridAction> getEnabledActions()
public void execEnabledAction(ExpHybridAction action)
public boolean canTerminate()
public boolean isTerminated()
public boolean isSkippable()
public void reset()