Modifier and Type | Method and Description |
---|---|
ProcessTree |
Node.getProcessTree()
returns the process tree to which this node belongs
|
ProcessTree |
ProcessTree.toTree()
Return a tree representation of this processtree (i.e., the DAG is unfolded)
|
Modifier and Type | Method and Description |
---|---|
void |
Node.setProcessTree(ProcessTree tree)
sets the processtree to which this node belongs
|
Modifier and Type | Method and Description |
---|---|
static ProcessTreeArray |
Plugins.createPTArray(org.processmining.framework.plugin.PluginContext context,
ProcessTree... trees) |
Modifier and Type | Method and Description |
---|---|
ProcessTree |
ConfigurationInstantiater.instantiate(ProcessTree tree,
Configuration conf) |
ProcessTree |
ConfigurationInstantiater.instantiate(ProcessTree tree,
Configuration conf,
java.lang.Boolean makeConfigurationComplete) |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<java.util.UUID> |
ConfigurationAuxiliary.computeClosureBlocking(ProcessTree tree,
java.util.Set<java.util.UUID> blockedEdges) |
static java.util.Map<java.util.UUID,java.lang.Integer> |
ConfigurationAuxiliary.computeClosureBlockingMultiSet(ProcessTree tree,
java.util.Set<java.util.UUID> blockedEdges) |
ProcessTree |
ConfigurationInstantiater.instantiate(ProcessTree tree,
Configuration conf) |
ProcessTree |
ConfigurationInstantiater.instantiate(ProcessTree tree,
Configuration conf,
java.lang.Boolean makeConfigurationComplete) |
java.lang.String |
Configuration.toString(ProcessTree pt) |
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
|
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
|
java.lang.String |
ControlFlowConfiguration.toString(ProcessTree pt)
Special version of the toString method where the UUIDs are searched for
in the provided process tree (NULL allowed) and the appropriate toString
method is called for a more intuitive string result
|
Modifier and Type | Method and Description |
---|---|
ProcessTree |
ControlFlowConfigurationInstantiaterImpl.instantiate(ProcessTree treeIn,
ControlFlowConfiguration conf) |
ProcessTree |
ControlFlowConfigurationInstantiaterImpl.instantiate(ProcessTree treeIn,
ControlFlowConfiguration conf,
java.lang.Boolean makeConfigurationComplete) |
Modifier and Type | Method and Description |
---|---|
ProcessTree |
ControlFlowConfigurationInstantiaterImpl.instantiate(ProcessTree treeIn,
ControlFlowConfiguration conf) |
ProcessTree |
ControlFlowConfigurationInstantiaterImpl.instantiate(ProcessTree treeIn,
ControlFlowConfiguration conf,
java.lang.Boolean makeConfigurationComplete) |
protected static void |
ControlFlowConfigurationIteratorImpl.makeComplete(ControlFlowConfiguration conf,
ProcessTree tree) |
java.lang.String |
ControlFlowConfigurationImpl.toString(ProcessTree pt)
Special version of the toString method where the UUIDs are searched for
in the provided process tree (NULL allowed) and the appropriate toString
method is called for a more intuitive string result
|
Constructor and Description |
---|
ControlFlowConfigurationIteratorImpl(ProcessTree tree) |
ControlFlowConfigurationIteratorImpl(ProcessTree tree,
ControlFlowConfigurationConstraints constraints,
java.lang.Object minConfiguration,
java.lang.Object maxConfiguration) |
Modifier and Type | Method and Description |
---|---|
ProcessTree |
DataConfigurationInstantiater.instantiate(ProcessTree tree,
DataConfiguration conf) |
ProcessTree |
DataConfigurationInstantiater.instantiate(ProcessTree tree,
DataConfiguration conf,
java.lang.Boolean makeConfigurationComplete) |
Modifier and Type | Method and Description |
---|---|
ProcessTree |
DataConfigurationInstantiater.instantiate(ProcessTree tree,
DataConfiguration conf) |
ProcessTree |
DataConfigurationInstantiater.instantiate(ProcessTree tree,
DataConfiguration conf,
java.lang.Boolean makeConfigurationComplete) |
Modifier and Type | Method and Description |
---|---|
ProcessTree |
DataConfigurationInstantiaterImpl.instantiate(ProcessTree tree,
DataConfiguration conf) |
ProcessTree |
DataConfigurationInstantiaterImpl.instantiate(ProcessTree treeIn,
DataConfiguration conf,
java.lang.Boolean makeConfigurationComplete) |
Modifier and Type | Method and Description |
---|---|
ProcessTree |
DataConfigurationInstantiaterImpl.instantiate(ProcessTree tree,
DataConfiguration conf) |
ProcessTree |
DataConfigurationInstantiaterImpl.instantiate(ProcessTree treeIn,
DataConfiguration conf,
java.lang.Boolean makeConfigurationComplete) |
protected static void |
DataConfigurationIteratorImpl.makeComplete(DataConfiguration conf,
ProcessTree tree) |
Constructor and Description |
---|
DataConfigurationIteratorImpl(ProcessTree tree) |
DataConfigurationIteratorImpl(ProcessTree tree,
java.lang.Object minConfiguration,
java.lang.Object maxConfiguration) |
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 |
ConfigurationInstantiaterImpl.instantiate(ProcessTree treeIn,
Configuration conf) |
ProcessTree |
ConfigurationInstantiaterImpl.instantiate(ProcessTree treeIn,
Configuration conf,
java.lang.Boolean makeConfigurationComplete) |
java.lang.String |
ConfigurationImpl.toString(ProcessTree pt)
Special version of the toString method where the UUIDs are searched for
in the provided process tree (NULL allowed) and the appropriate toString
method is called for a more intuitive string result
|
Constructor and Description |
---|
ConfigurationIteratorImpl(ProcessTree tree) |
Modifier and Type | Method and Description |
---|---|
ProcessTree |
OriginatorConfigurationInstantiater.instantiate(ProcessTree tree,
OriginatorConfiguration conf) |
ProcessTree |
OriginatorConfigurationInstantiater.instantiate(ProcessTree tree,
OriginatorConfiguration conf,
java.lang.Boolean makeConfigurationComplete) |
Modifier and Type | Method and Description |
---|---|
ProcessTree |
OriginatorConfigurationInstantiater.instantiate(ProcessTree tree,
OriginatorConfiguration conf) |
ProcessTree |
OriginatorConfigurationInstantiater.instantiate(ProcessTree tree,
OriginatorConfiguration conf,
java.lang.Boolean makeConfigurationComplete) |
boolean |
OriginatorConfigurationInstantiater.isValid(ProcessTree tree,
OriginatorConfiguration conf) |
Modifier and Type | Method and Description |
---|---|
ProcessTree |
OriginatorConfigurationInstantiaterImpl.instantiate(ProcessTree tree,
OriginatorConfiguration conf) |
ProcessTree |
OriginatorConfigurationInstantiaterImpl.instantiate(ProcessTree treeIn,
OriginatorConfiguration conf,
java.lang.Boolean makeConfigurationComplete) |
Modifier and Type | Method and Description |
---|---|
ProcessTree |
OriginatorConfigurationInstantiaterImpl.instantiate(ProcessTree tree,
OriginatorConfiguration conf) |
ProcessTree |
OriginatorConfigurationInstantiaterImpl.instantiate(ProcessTree treeIn,
OriginatorConfiguration conf,
java.lang.Boolean makeConfigurationComplete) |
boolean |
OriginatorConfigurationInstantiaterImpl.isValid(ProcessTree tree,
OriginatorConfiguration conf) |
protected static void |
OriginatorConfigurationIteratorImpl.makeComplete(OriginatorConfiguration conf,
ProcessTree tree) |
Constructor and Description |
---|
OriginatorConfigurationIteratorImpl(ProcessTree tree) |
OriginatorConfigurationIteratorImpl(ProcessTree tree,
java.lang.Object minConfiguration,
java.lang.Object maxConfiguration) |
Modifier and Type | Method and Description |
---|---|
ProcessTree |
ConfigurationPlugin.instantiate(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree,
Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
ProcessTree |
ConfigurationPlugin.instantiate(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree,
Configuration configuration) |
Constructor and Description |
---|
ConfigurationArrayToProcessTreeConnection(ConfigurationArrayImpl configurationArray,
ProcessTree processTree) |
ConfigurationToProcessTreeConnection(Configuration configuration,
ProcessTree processTree) |
ControlFlowConfigurationArrayToProcessTreeConnection(ControlFlowConfigurationArray configurationArray,
ProcessTree processTree) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
ProcessTree2Petrinet.convert(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree)
Deprecated.
|
static ProcessTree2Petrinet.PetrinetWithMarkings |
ProcessTree2Petrinet.convert(ProcessTree tree)
Deprecated.
|
static ProcessTree2Petrinet.PetrinetWithMarkings |
ProcessTree2Petrinet.convert(ProcessTree tree,
boolean keepStructure)
Deprecated.
|
java.lang.Object[] |
ProcessTree2Petrinet.convertKeepStructure(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree)
Deprecated.
|
static ProcessTree2Petrinet.PetrinetWithMarkings |
ProcessTree2Petrinet.convertKeepStructure(ProcessTree tree)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessTree2Protos.convertToProtos(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree,
java.io.FileWriter file)
Deprecated.
|
void |
ProcessTree2Protos.exportModel(org.processmining.contexts.uitopia.UIPluginContext context,
ProcessTree tree,
java.io.File f)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.VertexContainer,org.yawlfoundation.yawl.editor.elements.model.VertexContainer> |
ProcessTree2Yawl.convert(ProcessTree tree,
Node node,
org.yawlfoundation.yawl.editor.net.NetGraphModel netGraphModel,
org.yawlfoundation.yawl.editor.elements.model.VertexContainer exitNode,
ProcessTree2Yawl pt2y,
java.util.Map<Edge,org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier,org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier>> mappingEdgeIds)
Deprecated.
|
org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.VertexContainer,org.yawlfoundation.yawl.editor.elements.model.VertexContainer> |
YawlActivityConverter.convert(ProcessTree tree,
Node node,
org.yawlfoundation.yawl.editor.net.NetGraphModel netGraphModel,
org.yawlfoundation.yawl.editor.elements.model.VertexContainer exitNode,
ProcessTree2Yawl pt2y,
java.util.Map<Edge,org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier,org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier>> mappingEdgeIds) |
org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.VertexContainer,org.yawlfoundation.yawl.editor.elements.model.VertexContainer> |
YawlAndConverter.convert(ProcessTree tree,
Node node,
org.yawlfoundation.yawl.editor.net.NetGraphModel netGraphModel,
org.yawlfoundation.yawl.editor.elements.model.VertexContainer exitNode,
ProcessTree2Yawl pt2y,
java.util.Map<Edge,org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier,org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier>> mappingEdgeIds) |
org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.VertexContainer,org.yawlfoundation.yawl.editor.elements.model.VertexContainer> |
YawlConverter.convert(ProcessTree tree,
Node node,
org.yawlfoundation.yawl.editor.net.NetGraphModel netGraphModel,
org.yawlfoundation.yawl.editor.elements.model.VertexContainer exitNode,
ProcessTree2Yawl pt2y,
java.util.Map<Edge,org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier,org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier>> mappingEdgeIds) |
org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.VertexContainer,org.yawlfoundation.yawl.editor.elements.model.VertexContainer> |
YawlDefConverter.convert(ProcessTree tree,
Node node,
org.yawlfoundation.yawl.editor.net.NetGraphModel netGraphModel,
org.yawlfoundation.yawl.editor.elements.model.VertexContainer exitNode,
ProcessTree2Yawl pt2y,
java.util.Map<Edge,org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier,org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier>> mappingEdgeIds) |
org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.VertexContainer,org.yawlfoundation.yawl.editor.elements.model.VertexContainer> |
YawlEventConverter.convert(ProcessTree tree,
Node node,
org.yawlfoundation.yawl.editor.net.NetGraphModel netGraphModel,
org.yawlfoundation.yawl.editor.elements.model.VertexContainer exitNode,
ProcessTree2Yawl pt2y,
java.util.Map<Edge,org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier,org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier>> mappingEdgeIds) |
org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.VertexContainer,org.yawlfoundation.yawl.editor.elements.model.VertexContainer> |
YawlExitConverter.convert(ProcessTree tree,
Node node,
org.yawlfoundation.yawl.editor.net.NetGraphModel netGraphModel,
org.yawlfoundation.yawl.editor.elements.model.VertexContainer exitNode,
ProcessTree2Yawl pt2y,
java.util.Map<Edge,org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier,org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier>> mappingEdgeIds) |
org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.VertexContainer,org.yawlfoundation.yawl.editor.elements.model.VertexContainer> |
YawlLoopConverter.convert(ProcessTree tree,
Node node,
org.yawlfoundation.yawl.editor.net.NetGraphModel netGraphModel,
org.yawlfoundation.yawl.editor.elements.model.VertexContainer exitNode,
ProcessTree2Yawl pt2y,
java.util.Map<Edge,org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier,org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier>> mappingEdgeIds) |
org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.VertexContainer,org.yawlfoundation.yawl.editor.elements.model.VertexContainer> |
YawlLoopDefConverter.convert(ProcessTree tree,
Node node,
org.yawlfoundation.yawl.editor.net.NetGraphModel netGraphModel,
org.yawlfoundation.yawl.editor.elements.model.VertexContainer exitNode,
ProcessTree2Yawl pt2y,
java.util.Map<Edge,org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier,org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier>> mappingEdgeIds) |
org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.VertexContainer,org.yawlfoundation.yawl.editor.elements.model.VertexContainer> |
YawlLoopXorConverter.convert(ProcessTree tree,
Node node,
org.yawlfoundation.yawl.editor.net.NetGraphModel netGraphModel,
org.yawlfoundation.yawl.editor.elements.model.VertexContainer exitNode,
ProcessTree2Yawl pt2y,
java.util.Map<Edge,org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier,org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier>> mappingEdgeIds) |
org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.VertexContainer,org.yawlfoundation.yawl.editor.elements.model.VertexContainer> |
YawlOrConverter.convert(ProcessTree tree,
Node node,
org.yawlfoundation.yawl.editor.net.NetGraphModel netGraphModel,
org.yawlfoundation.yawl.editor.elements.model.VertexContainer exitNode,
ProcessTree2Yawl pt2y,
java.util.Map<Edge,org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier,org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier>> mappingEdgeIds) |
org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.VertexContainer,org.yawlfoundation.yawl.editor.elements.model.VertexContainer> |
YawlProxyConverter.convert(ProcessTree tree,
Node node,
org.yawlfoundation.yawl.editor.net.NetGraphModel netGraphModel,
org.yawlfoundation.yawl.editor.elements.model.VertexContainer exitNode,
ProcessTree2Yawl pt2y,
java.util.Map<Edge,org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier,org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier>> mappingEdgeIds) |
org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.VertexContainer,org.yawlfoundation.yawl.editor.elements.model.VertexContainer> |
YawlSeqConverter.convert(ProcessTree tree,
Node node,
org.yawlfoundation.yawl.editor.net.NetGraphModel netGraphModel,
org.yawlfoundation.yawl.editor.elements.model.VertexContainer exitNode,
ProcessTree2Yawl pt2y,
java.util.Map<Edge,org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier,org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier>> mappingEdgeIds) |
org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.VertexContainer,org.yawlfoundation.yawl.editor.elements.model.VertexContainer> |
YawlXorConverter.convert(ProcessTree tree,
Node node,
org.yawlfoundation.yawl.editor.net.NetGraphModel netGraphModel,
org.yawlfoundation.yawl.editor.elements.model.VertexContainer exitNode,
ProcessTree2Yawl pt2y,
java.util.Map<Edge,org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier,org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier>> mappingEdgeIds) |
org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.VertexContainer,org.yawlfoundation.yawl.editor.elements.model.VertexContainer> |
YawlEventConverter.convertBasic(ProcessTree tree,
Node node,
org.yawlfoundation.yawl.editor.net.NetGraphModel netGraphModel,
org.yawlfoundation.yawl.editor.elements.model.VertexContainer exitNode,
ProcessTree2Yawl pt2y,
java.util.Map<Edge,org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier,org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier>> mappingEdgeIds) |
org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.VertexContainer,org.yawlfoundation.yawl.editor.elements.model.VertexContainer> |
YawlSeqConverter.convertBasic(ProcessTree tree,
Node node,
org.yawlfoundation.yawl.editor.net.NetGraphModel netGraphModel,
org.yawlfoundation.yawl.editor.elements.model.VertexContainer exitNode,
ProcessTree2Yawl pt2y,
java.util.Map<Edge,org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier,org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier>> mappingEdgeIds) |
org.yawlfoundation.yawl.editor.specification.SpecificationModel |
ProcessTree2Yawl.convertByComSharing(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree)
Deprecated.
|
org.yawlfoundation.yawl.editor.specification.SpecificationModel |
ProcessTree2Yawl.convertByDecomposition(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree)
Deprecated.
|
org.yawlfoundation.yawl.editor.specification.SpecificationModel |
ProcessTree2Yawl.convertBySharing(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree)
Deprecated.
|
org.yawlfoundation.yawl.editor.specification.SpecificationModel |
ProcessTree2Yawl.convertBySimpleSharing(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree)
Deprecated.
|
org.yawlfoundation.yawl.editor.specification.SpecificationModel |
ProcessTree2Yawl.convertByUnfolding(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree)
Deprecated.
|
org.yawlfoundation.yawl.editor.specification.SpecificationModel |
ProcessTree2Yawl.convertConfigurableModel(ProcessTree tree,
java.util.Map<Edge,org.processmining.framework.util.Pair<org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier,org.yawlfoundation.yawl.editor.elements.model.EngineIdentifier>> mappingEdgeIds)
Deprecated.
|
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) |
org.yawlfoundation.yawl.editor.specification.SpecificationModel |
ProcessTree2Yawl.convertMinimal(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree)
Deprecated.
|
static java.lang.String |
YAWLUtil.createDataTypeDefinition(ProcessTree tree) |
static org.yawlfoundation.yawl.editor.data.Decomposition |
YAWLUtil.createDecomposition(ProcessTree tree) |
YAWLOrgData |
YAWLOrgData.PT2YBKPXML(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree)
We just generate the XML, seems the easiest to do
|
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
Editor.edit(org.processmining.contexts.uitopia.UIPluginContext context,
ProcessTree input) |
javax.swing.JComponent |
Editor.editBeginner(org.processmining.contexts.uitopia.UIPluginContext context,
ProcessTree input) |
Constructor and Description |
---|
EditorObject(ProcessTree tree) |
EditorObjectBeginner(ProcessTree tree) |
Constructor and Description |
---|
EditorActionListenerAddEdge(ProcessTree tree,
GraphMouseListener graphMouseListener,
GraphPanel graphPanel,
javax.swing.JSlider childIndex) |
EditorActionListenerAddExpression(ProcessTree tree,
GraphMouseListener graphMouseListener,
javax.swing.JTextField expressionField) |
EditorActionListenerAddNode(ProcessTree tree,
GraphMouseListener graphMouseListener,
GraphPanel graphPanel,
ProcessTree.Type nodeType,
javax.swing.JTextField nameField,
javax.swing.JSlider childIndex) |
EditorActionListenerAddOriginator(ProcessTree tree,
GraphMouseListener graphMouseListener,
GraphPanel graphPanel,
javax.swing.JTextField nameField,
java.lang.Boolean isResource,
java.lang.Boolean isRole,
java.lang.Boolean isGroup) |
EditorActionListenerAddVariable(ProcessTree tree,
GraphMouseListener graphMouseListener,
GraphPanel graphPanel,
javax.swing.JTextField nameField) |
EditorActionListenerChangeType(ProcessTree tree,
GraphMouseListener graphMouseListener,
GraphPanel graphPanel,
javax.swing.JComboBox<ProcessTree.Type> typeBox) |
EditorActionListenerCheckConsistency(ProcessTree tree,
javax.swing.JButton me,
javax.swing.JComboBox<java.lang.String> comboBox) |
EditorActionListenerDeleteElement(ProcessTree tree,
java.lang.Class<? extends ProcessTreeElement> elementType1,
java.lang.Class<? extends ProcessTreeElement> elementType2,
GraphMouseListener graphMouseListener,
GraphPanel graphPanel) |
EditorActionListenerMoveNode(ProcessTree tree,
GraphMouseListener graphMouseListener,
GraphPanel graphPanel,
boolean isLeft) |
EditorActionListenerPropertyButton(ProcessTree tree,
javax.swing.JComboBox<org.processmining.plugins.properties.processmodel.Property<?>> comboBox,
java.lang.Boolean addProperty,
GraphMouseListener graphMouseListener) |
EditorActionListenerSave(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree,
javax.swing.JTextField field) |
EditorActionListenerToggleBlockingHiding(ProcessTree tree,
GraphMouseListener graphMouseListener,
GraphPanel graphPanel,
java.lang.Boolean toggleBlocking,
java.lang.Boolean toggleHiding) |
EditorKeyListenerNameField(ProcessTree tree,
GraphMouseListener graphMouseListener,
GraphPanel graphPanel,
javax.swing.JTextField nameField,
java.util.List<java.lang.Class<? extends ProcessTreeElement>> validElements) |
EditorPanel(org.processmining.contexts.uitopia.UIPluginContext context,
ProcessTree tree,
GraphPanel graphPanel,
GraphMouseListener graphMouseListener,
java.awt.Dimension dimEditorPanel,
java.lang.Boolean beginner) |
EditorPanelCommon(org.processmining.contexts.uitopia.UIPluginContext context,
ProcessTree tree,
int maxWidth,
int maxHeight,
GraphMouseListener graphMouseListener,
GraphPanel graphPanel,
java.util.Collection<javax.swing.JComponent> components) |
EditorPanelControlFlow(ProcessTree tree,
int maxWidth,
int maxHeight,
GraphMouseListener graphMouseListener,
GraphPanel graphPanel,
java.util.Collection<javax.swing.JComponent> components) |
EditorPanelData(ProcessTree tree,
int maxWidth,
int maxHeight,
GraphMouseListener graphMouseListener,
GraphPanel graphPanel,
java.util.Collection<javax.swing.JComponent> components) |
EditorPanelOriginator(ProcessTree tree,
int maxWidth,
int maxHeight,
GraphMouseListener graphMouseListener,
GraphPanel graphPanel,
java.util.Collection<javax.swing.JComponent> components) |
EditorPanelProperties(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree,
int maxWidth,
int maxHeight,
GraphMouseListener graphMouseListener,
GraphPanel graphPanel,
java.util.Collection<javax.swing.JComponent> components) |
Constructor and Description |
---|
GraphPanel(ProcessTree tree,
java.awt.Dimension dimGraphPanel,
java.util.Set<java.util.UUID> foldedNodes) |
Constructor and Description |
---|
GraphMouseListener(ProcessTree tree,
org.jgraph.JGraph graph,
java.util.Set<java.util.UUID> foldedNodes) |
Constructor and Description |
---|
PropertyPanel(ProcessTree tree,
java.awt.Dimension dimPropertyPanel) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessTreeImpl |
Modifier and Type | Field and Description |
---|---|
protected ProcessTree |
AbstractNode.tree |
Modifier and Type | Method and Description |
---|---|
ProcessTree |
AbstractNode.getProcessTree() |
ProcessTree |
ProcessTreeImpl.toTree() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractNode.setProcessTree(ProcessTree tree) |
Constructor and Description |
---|
ProcessTreeImpl(ProcessTree tree) |
Modifier and Type | Method and Description |
---|---|
Ptml |
Ptml.marshall(ProcessTree tree) |
void |
PtmlProcessTree.marshall(ProcessTree tree) |
void |
PtmlBlock.marshall(ProcessTree tree,
Block element) |
void |
PtmlIsExpression.marshall(ProcessTree tree,
Edge edge,
Expression expression,
java.util.Map<Expression,java.util.UUID> expressionMap) |
void |
PtmlIsParent.marshall(ProcessTree tree,
Edge edge,
java.util.Map<Edge,java.util.UUID> edgeMap) |
void |
PtmlIsUsed.marshall(ProcessTree tree,
Expression expr,
java.util.Map<Expression,java.util.UUID> exprMap,
Variable variable,
java.util.Map<Variable,java.util.UUID> variableMap) |
void |
PtmlExpression.marshall(ProcessTree tree,
java.util.Map<Expression,java.util.UUID> expressionMap,
Expression expr) |
void |
PtmlVariable.marshall(ProcessTree tree,
java.util.Map<Variable,java.util.UUID> variableMap,
Variable variable) |
void |
PtmlMessage.marshall(ProcessTree tree,
Node node) |
void |
PtmlTimeOut.marshall(ProcessTree tree,
Node node) |
void |
PtmlIsRead.marshall(ProcessTree tree,
Node node,
Variable variable,
java.util.Map<Variable,java.util.UUID> variableMap) |
void |
PtmlIsWritten.marshall(ProcessTree tree,
Node node,
Variable variable,
java.util.Map<Variable,java.util.UUID> variableMap) |
void |
PtmlOriginator.marshall(ProcessTree tree,
Originator originator,
java.util.Map<Originator,java.util.UUID> originatorMap) |
void |
PtmlProcessTreeElement.marshall(ProcessTree tree,
ProcessTreeElement element) |
void |
PtmlIsOriginator.marshall(ProcessTree tree,
Task.Manual manual,
Originator originator,
java.util.Map<Originator,java.util.UUID> originatorMap) |
void |
Ptml.unmarshall(ProcessTree tree) |
void |
PtmlIsExpression.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Edge> edgeMap,
java.util.Map<java.util.UUID,Expression> expressionMap) |
void |
PtmlExpression.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Expression> map) |
void |
PtmlExpression.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Expression> map,
Expression expr) |
void |
PtmlIsUsed.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Expression> exprMap,
java.util.Map<java.util.UUID,Variable> variableMap) |
void |
PtmlAnd.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Node> map) |
void |
PtmlAutomatic.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Node> map) |
void |
PtmlDef.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Node> map) |
void |
PtmlDefLoop.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Node> map) |
void |
PtmlManual.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Node> map) |
void |
PtmlMessage.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Node> map) |
abstract void |
PtmlNode.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Node> map) |
void |
PtmlOr.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Node> map) |
void |
PtmlPlaceHolder.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Node> map) |
void |
PtmlSeq.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Node> map) |
void |
PtmlTimeOut.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Node> map) |
void |
PtmlXor.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Node> map) |
void |
PtmlXorLoop.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Node> map) |
void |
PtmlIsParent.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Node> nodeMap,
java.util.Map<java.util.UUID,Edge> edgeMap,
java.util.Map<java.util.UUID,Expression> exprMap) |
void |
PtmlProcessTree.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Node> nodeMap,
java.util.Map<java.util.UUID,Edge> edgeMap,
java.util.Map<java.util.UUID,Originator> originatorMap,
java.util.Map<java.util.UUID,Variable> variableMap,
java.util.Map<java.util.UUID,Expression> expressionMap) |
void |
PtmlIsOriginator.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Node> nodeMap,
java.util.Map<java.util.UUID,Originator> originatorMap) |
void |
PtmlIsRead.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Node> nodeMap,
java.util.Map<java.util.UUID,Variable> variableMap) |
void |
PtmlIsWritten.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Node> nodeMap,
java.util.Map<java.util.UUID,Variable> variableMap) |
void |
PtmlNode.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Node> map,
Node node) |
void |
PtmlGroup.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Originator> originatorMap) |
abstract void |
PtmlOriginator.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Originator> originatorMap) |
void |
PtmlResource.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Originator> originatorMap) |
void |
PtmlRole.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Originator> originatorMap) |
void |
PtmlOriginator.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Originator> originatorMap,
Originator originator) |
void |
PtmlVariable.unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Variable> variableMap) |
Modifier and Type | Method and Description |
---|---|
Ptml |
Ptml.marshall(java.util.List<ProcessTree> trees) |
Modifier and Type | Method and Description |
---|---|
void |
PtmlExportTree.exportDefault(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree,
java.io.File file) |
void |
PtmlExportTree.exportDefault(org.processmining.contexts.uitopia.UIPluginContext context,
ProcessTree tree,
java.io.File file) |
Modifier and Type | Method and Description |
---|---|
static ProcessTree |
TestProcessTree.getExampleTree() |
static ProcessTree |
TestProcessTree.getSimpleTree() |
static ProcessTree |
TestProcessTree.getSimpleTreeWithSkips() |
static ProcessTree |
TestProcessTree.getTestVisTree() |
static ProcessTree |
TestProcessTree.getTree() |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
BPMNVisualization.visualize(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree) |
Constructor and Description |
---|
TreeBPMNLayoutBuilder(ProcessTree tree) |
TreeBPMNLayoutBuilder(ProcessTree tree,
java.util.List<ExtraInfoRenderer> renderers,
org.deckfour.xes.classification.XEventClasses classes) |
TreeBPMNLayoutBuilder(ProcessTree tree,
org.deckfour.xes.classification.XEventClasses classes) |
TreeBPMNLayoutBuilderWrapper(ProcessTree tree,
java.util.List<ExtraInfoRenderer> renderers) |
Constructor and Description |
---|
DataVisualiser(ProcessTree tree) |
DataVisualiser(ProcessTree tree,
java.lang.Boolean editable) |
DataVisualiser(ProcessTree tree,
Edge edge) |
DataVisualiser(ProcessTree tree,
Edge edge,
java.lang.Boolean editable) |
DataVisualiser(ProcessTree tree,
Node node,
Edge edge,
java.lang.Boolean editable,
GraphPanel graphPanel) |
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
ColourCoding.giveColour(ProcessTree tree,
Node n) |
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
ColourCodingImpl.giveColour(ProcessTree tree,
Node n) |
java.awt.Color |
ColourCodingMap.giveColour(ProcessTree tree,
Node n) |
Constructor and Description |
---|
ExtraInfoRendererImpl(ProcessTree tree,
java.lang.Class<? extends org.processmining.plugins.properties.processmodel.Property<?>> property,
java.util.ArrayList<ColourCoding> colours) |
Constructor and Description |
---|
MouseInteraction(ProcessTree tree,
org.jgraph.JGraph graph,
javax.swing.JTabbedPane tabPane) |
MouseInteraction(ProcessTree tree,
org.jgraph.JGraph graph,
TreeLayoutBuilder builder,
javax.swing.JSplitPane splitPane,
javax.swing.JScrollPane scrollPane,
javax.swing.JTabbedPane tabPane,
java.util.Set<java.util.UUID> foldedNodes) |
Constructor and Description |
---|
OriginatorVisualiser(ProcessTree tree) |
OriginatorVisualiser(ProcessTree tree,
java.lang.Boolean editable) |
OriginatorVisualiser(ProcessTree tree,
Task.Manual manual,
java.lang.Boolean editable) |
Modifier and Type | Field and Description |
---|---|
protected ProcessTree |
TreeLayoutBuilder.tree |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
TreeVisualization.visualize(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree) |
javax.swing.JComponent |
TreeVisualization.visualizePerformance(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree) |
javax.swing.JComponent |
TreeVisualization.visualizeProperties(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree) |
Constructor and Description |
---|
TreeLayoutBuilder(ProcessTree tree) |
TreeLayoutBuilder(ProcessTree tree,
java.util.List<ExtraInfoRenderer> renderers,
org.deckfour.xes.classification.XEventClasses classes) |
TreeLayoutBuilder(ProcessTree tree,
java.util.List<ExtraInfoRenderer> renderers,
org.deckfour.xes.classification.XEventClasses classes,
java.util.Set<java.util.UUID> foldedElements) |
TreeLayoutBuilder(ProcessTree tree,
org.deckfour.xes.classification.XEventClasses classes) |
TreeLayoutBuilderWrapper(ProcessTree tree,
java.util.List<ExtraInfoRenderer> renderers) |