public interface ControlFlowConfigurationInstantiater
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.util.UUID,java.util.Set<java.util.UUID>> |
getMappingHiddenNodesToTaus()
Returns a map to indicate which nodes have been substituted by which taus
|
ProcessTree |
instantiate(ProcessTree tree,
ControlFlowConfiguration conf)
Instantiates a Process Tree with the given Control-Flow Configuration
|
ProcessTree |
instantiate(ProcessTree tree,
ControlFlowConfiguration conf,
java.lang.Boolean makeConfigurationComplete)
Instantiates a Process Tree with the given Control-Flow Configuration and makes the configuration complete if requested
|
ProcessTree instantiate(ProcessTree tree, ControlFlowConfiguration conf)
tree
- conf
- ProcessTree instantiate(ProcessTree tree, ControlFlowConfiguration conf, java.lang.Boolean makeConfigurationComplete)
tree
- conf
- makeConfigurationComplete
- java.util.Map<java.util.UUID,java.util.Set<java.util.UUID>> getMappingHiddenNodesToTaus()