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)
ControlFlowConfigurationInstantiater
instantiate
in interface ControlFlowConfigurationInstantiater
public ProcessTree instantiate(ProcessTree treeIn, ControlFlowConfiguration conf, java.lang.Boolean makeConfigurationComplete)
ControlFlowConfigurationInstantiater
instantiate
in interface ControlFlowConfigurationInstantiater
public java.util.Map<java.util.UUID,java.util.Set<java.util.UUID>> getMappingHiddenNodesToTaus()
ControlFlowConfigurationInstantiater
getMappingHiddenNodesToTaus
in interface ControlFlowConfigurationInstantiater