net
public org.processmining.models.graphbased.directed.petrinet.Petrinet net(org.processmining.contexts.uitopia.UIPluginContext context,
org.processmining.models.graphbased.directed.petrinet.Petrinet log)
throws java.lang.IllegalAccessException,
java.lang.InstantiationException
The method that does the heavy lifting for your plug-in.
Note that this method only uses the boolean which is stored in the
configuration. Nevertheless, it could have used the integer and/or the
String as well.
- Parameters:
context
- The context where to run in.
input1
- The first input.
dclist
-
log
-
input2
- The second input.
configuration
- The configuration to use.
- Returns:
- The output.
- Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException