Modifier and Type | Method and Description |
---|---|
AcceptingPetriNetArray |
CreateAcceptingPetriNetArrayFromAcceptingPetriNetsAlgorithm.apply(org.processmining.framework.plugin.PluginContext context,
AcceptingPetriNet... nets) |
Modifier and Type | Method and Description |
---|---|
AcceptingPetriNet |
MergeAcceptingPetriNetArrayIntoAcceptingPetriNetAlgorithm.apply(org.processmining.framework.plugin.PluginContext context,
AcceptingPetriNetArray nets,
MergeAcceptingPetriNetArrayIntoAcceptingPetriNetParameters parameters) |
Constructor and Description |
---|
MergeAcceptingPetriNetArrayIntoAcceptingPetriNetConnection(AcceptingPetriNetArray nets,
AcceptingPetriNet net,
MergeAcceptingPetriNetArrayIntoAcceptingPetriNetParameters parameters) |
Modifier and Type | Class and Description |
---|---|
class |
AcceptingPetriNetArrayImpl |
Modifier and Type | Method and Description |
---|---|
static AcceptingPetriNetArray |
AcceptingPetriNetArrayFactory.createAcceptingPetriNetArray() |
static AcceptingPetriNetArray |
AcceptingPetriNetArrayFactory.createAcceptingPetriNetArray(java.util.List<AcceptingPetriNet> nets) |
Modifier and Type | Method and Description |
---|---|
AcceptingPetriNetArray |
CreateAcceptingPetriNetArrayFromAcceptingPetriNetsPlugin.run(org.processmining.framework.plugin.PluginContext context,
AcceptingPetriNet... nets) |
Modifier and Type | Method and Description |
---|---|
void |
ExportAcceptingPetriNetArrayPlugin.export(org.processmining.framework.plugin.PluginContext context,
AcceptingPetriNetArray nets,
java.io.File file) |
AcceptingPetriNet |
MergeAcceptingPetriNetArrayIntoAcceptingPetriNetPlugin.mergeDefault(org.processmining.framework.plugin.PluginContext context,
AcceptingPetriNetArray nets)
Deprecated.
Use runDefault() instead.
|
AcceptingPetriNet |
MergeAcceptingPetriNetArrayIntoAcceptingPetriNetPlugin.mergeParameters(org.processmining.framework.plugin.PluginContext context,
AcceptingPetriNetArray nets,
MergeAcceptingPetriNetArrayIntoAcceptingPetriNetParameters parameters)
Deprecated.
Use runDefault() instead.
|
AcceptingPetriNet |
MergeAcceptingPetriNetArrayIntoAcceptingPetriNetPlugin.run(org.processmining.framework.plugin.PluginContext context,
AcceptingPetriNetArray nets,
MergeAcceptingPetriNetArrayIntoAcceptingPetriNetParameters parameters) |
AcceptingPetriNet |
MergeAcceptingPetriNetArrayIntoAcceptingPetriNetPlugin.runDefault(org.processmining.framework.plugin.PluginContext context,
AcceptingPetriNetArray nets) |
javax.swing.JComponent |
VisualizeAcceptingPetriNetArrayPlugin.visualize(org.processmining.contexts.uitopia.UIPluginContext context,
AcceptingPetriNetArray nets) |