public class ComparePetriNets
extends java.lang.Object
Constructor and Description |
---|
ComparePetriNets() |
Modifier and Type | Method and Description |
---|---|
boolean |
yourDefaultPlugin(org.processmining.contexts.uitopia.UIPluginContext context,
org.processmining.models.graphbased.directed.petrinet.Petrinet pn1,
org.processmining.models.graphbased.directed.petrinet.Petrinet pn2)
The plug-in variant that runs in a UI context and uses a dialog to get
the configuration.
|
public boolean yourDefaultPlugin(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet pn1, org.processmining.models.graphbased.directed.petrinet.Petrinet pn2) throws java.lang.IllegalAccessException, java.lang.InstantiationException
context
- The context to run in.input1
- The first input.input2
- The second input.java.lang.InstantiationException
java.lang.IllegalAccessException