public class ControlFlowConfigurationInstantiaterImpl extends java.lang.Object implements ControlFlowConfigurationInstantiater
| Constructor and Description |
|---|
ControlFlowConfigurationInstantiaterImpl() |
| 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 treeIn,
ControlFlowConfiguration conf)
Instantiates a Process Tree with the given Control-Flow Configuration
|
ProcessTree |
instantiate(ProcessTree treeIn,
ControlFlowConfiguration conf,
java.lang.Boolean makeConfigurationComplete)
Instantiates a Process Tree with the given Control-Flow Configuration and makes the configuration complete if requested
|
public ControlFlowConfigurationInstantiaterImpl()
public ProcessTree instantiate(ProcessTree treeIn, ControlFlowConfiguration conf)
ControlFlowConfigurationInstantiaterinstantiate in interface ControlFlowConfigurationInstantiaterpublic ProcessTree instantiate(ProcessTree treeIn, ControlFlowConfiguration conf, java.lang.Boolean makeConfigurationComplete)
ControlFlowConfigurationInstantiaterinstantiate in interface ControlFlowConfigurationInstantiaterpublic java.util.Map<java.util.UUID,java.util.Set<java.util.UUID>> getMappingHiddenNodesToTaus()
ControlFlowConfigurationInstantiatergetMappingHiddenNodesToTaus in interface ControlFlowConfigurationInstantiater