Class ToInhibitorNet
- java.lang.Object
-
- org.processmining.models.graphbased.directed.petrinet.impl.ToInhibitorNet
-
public class ToInhibitorNet extends java.lang.ObjectThis class convert a net to inhibitor net- Version:
- Dec 15, 2008
- Author:
- arya, structure are added by Boudewijn V.D.
-
-
Constructor Summary
Constructors Constructor Description ToInhibitorNet()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Object[]fromPetrinet(org.processmining.framework.plugin.PluginContext context, Petrinet net)static java.lang.Object[]fromPetrinet(org.processmining.framework.plugin.PluginContext context, Petrinet net, Marking marking)static java.lang.Object[]toInhibitorNet(org.processmining.framework.plugin.PluginContext context, ResetInhibitorNet net)Convert ResetInhibitor-net to Inhibitor-net without marking as an input, produce GUIstatic java.lang.Object[]toInhibitorNet(org.processmining.framework.plugin.PluginContext context, ResetInhibitorNet net, Marking marking)Convert ResetInhibitor-net to Inhibitor-net with marking as an input, produce GUIstatic java.lang.Object[]toInhibitorNet(org.processmining.framework.plugin.PluginContext context, ResetNet net)Convert ResetInhibitor-net to Inhibitor-net without marking as an input, produce GUIstatic java.lang.Object[]toInhibitorNet(org.processmining.framework.plugin.PluginContext context, ResetNet net, Marking marking)Convert ResetInhibitor-net to Inhibitor-net with marking as an input, produce GUI
-
-
-
Method Detail
-
fromPetrinet
public static java.lang.Object[] fromPetrinet(org.processmining.framework.plugin.PluginContext context, Petrinet net, Marking marking) throws org.processmining.framework.connections.ConnectionCannotBeObtained- Throws:
org.processmining.framework.connections.ConnectionCannotBeObtained
-
fromPetrinet
public static java.lang.Object[] fromPetrinet(org.processmining.framework.plugin.PluginContext context, Petrinet net) throws org.processmining.framework.connections.ConnectionCannotBeObtained- Throws:
org.processmining.framework.connections.ConnectionCannotBeObtained
-
toInhibitorNet
public static java.lang.Object[] toInhibitorNet(org.processmining.framework.plugin.PluginContext context, ResetInhibitorNet net) throws java.lang.ExceptionConvert ResetInhibitor-net to Inhibitor-net without marking as an input, produce GUI- Parameters:
context-net-- Returns:
- Throws:
java.lang.Exception
-
toInhibitorNet
public static java.lang.Object[] toInhibitorNet(org.processmining.framework.plugin.PluginContext context, ResetInhibitorNet net, Marking marking) throws java.lang.ExceptionConvert ResetInhibitor-net to Inhibitor-net with marking as an input, produce GUI- Parameters:
context-net-- Returns:
- Throws:
java.lang.Exception
-
toInhibitorNet
public static java.lang.Object[] toInhibitorNet(org.processmining.framework.plugin.PluginContext context, ResetNet net) throws java.lang.ExceptionConvert ResetInhibitor-net to Inhibitor-net without marking as an input, produce GUI- Parameters:
context-net-- Returns:
- Throws:
java.lang.Exception
-
toInhibitorNet
public static java.lang.Object[] toInhibitorNet(org.processmining.framework.plugin.PluginContext context, ResetNet net, Marking marking) throws java.lang.ExceptionConvert ResetInhibitor-net to Inhibitor-net with marking as an input, produce GUI- Parameters:
context-net-- Returns:
- Throws:
java.lang.Exception
-
-