| Constructor and Description |
|---|
ConfigurationArrayImpl(java.util.List<Configuration> configurations) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
ConfigurationIterator.getNext()
Return the next configuration
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationExport.exportDefault(org.processmining.framework.plugin.PluginContext context,
Configuration conf,
java.io.File file) |
void |
ConfigurationExport.exportDefault(org.processmining.contexts.uitopia.UIPluginContext context,
Configuration conf,
java.io.File file) |
ProcessTree |
ConfigurationInstantiater.instantiate(ProcessTree tree,
Configuration conf) |
ProcessTree |
ConfigurationInstantiater.instantiate(ProcessTree tree,
Configuration conf,
java.lang.Boolean makeConfigurationComplete) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationImpl |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
ConfigurationIteratorImpl.getNext() |
Configuration |
ConfigurationIteratorImpl.nextConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ProcessTree |
ConfigurationInstantiaterImpl.instantiate(ProcessTree treeIn,
Configuration conf) |
ProcessTree |
ConfigurationInstantiaterImpl.instantiate(ProcessTree treeIn,
Configuration conf,
java.lang.Boolean makeConfigurationComplete) |
| Modifier and Type | Method and Description |
|---|---|
ProcessTree |
ConfigurationPlugin.instantiate(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree,
Configuration configuration) |
| Constructor and Description |
|---|
ConfigurationToProcessTreeArrayConnection(Configuration configuration,
ProcessTreeArray processTreeArray) |
ConfigurationToProcessTreeConnection(Configuration configuration,
ProcessTree processTree) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
Configuration2YAWL.convertConfiguration2YAWL(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree,
Configuration conf) |
java.lang.Object[] |
Configuration2YAWL.convertConfiguration2YAWL(ProcessTree tree,
Configuration conf,
java.lang.String fileName) |