Modifier and Type | Method and Description |
---|---|
ControlFlowConfiguration |
Configuration.getControlFlowConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setControlFlowConfiguration(ControlFlowConfiguration controlFlowConfiguration) |
Modifier and Type | Method and Description |
---|---|
ControlFlowConfiguration |
ControlFlowConfigurationIterator.getNext()
Return the next configuration
|
Modifier and Type | Method and Description |
---|---|
ProcessTree |
ControlFlowConfigurationInstantiater.instantiate(ProcessTree tree,
ControlFlowConfiguration conf)
Instantiates a Process Tree with the given Control-Flow Configuration
|
ProcessTree |
ControlFlowConfigurationInstantiater.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
|
boolean |
ControlFlowConfigurationConstraints.isValid(ControlFlowConfiguration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
ControlFlowConfigurationImpl |
Modifier and Type | Method and Description |
---|---|
ControlFlowConfiguration |
ControlFlowConfigurationIteratorImpl.getNext() |
static ControlFlowConfiguration |
ControlFlowConfigurationImport.importer(java.lang.String xml) |
ControlFlowConfiguration |
ControlFlowConfigurationIteratorImpl.nextConfiguration() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ControlFlowConfigurationExport.export(boolean headerFooter,
ControlFlowConfiguration cfConfiguration) |
ProcessTree |
ControlFlowConfigurationInstantiaterImpl.instantiate(ProcessTree treeIn,
ControlFlowConfiguration conf) |
ProcessTree |
ControlFlowConfigurationInstantiaterImpl.instantiate(ProcessTree treeIn,
ControlFlowConfiguration conf,
java.lang.Boolean makeConfigurationComplete) |
boolean |
ControlFlowConfigurationConstraintsImpl.isValid(ControlFlowConfiguration configuration) |
protected static void |
ControlFlowConfigurationIteratorImpl.makeComplete(ControlFlowConfiguration conf,
ProcessTree tree) |
Constructor and Description |
---|
ControlFlowConfigurationArrayImpl(java.util.List<ControlFlowConfiguration> configurations) |
Modifier and Type | Method and Description |
---|---|
ControlFlowConfiguration |
ConfigurationImpl.getControlFlowConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationImpl.setControlFlowConfiguration(ControlFlowConfiguration controlFlowConfiguration) |