Class ToResetInhibitorNet
- java.lang.Object
-
- org.processmining.models.graphbased.directed.petrinet.impl.ToResetInhibitorNet
-
public class ToResetInhibitorNet extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ToResetInhibitorNet()
-
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[]toResetInhibitorNet(org.processmining.framework.plugin.PluginContext context, InhibitorNet net)static java.lang.Object[]toResetInhibitorNet(org.processmining.framework.plugin.PluginContext context, InhibitorNet net, Marking marking)static java.lang.Object[]toResetInhibitorNet(org.processmining.framework.plugin.PluginContext context, ResetNet net)static java.lang.Object[]toResetInhibitorNet(org.processmining.framework.plugin.PluginContext context, ResetNet net, Marking marking)
-
-
-
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
-
toResetInhibitorNet
public static java.lang.Object[] toResetInhibitorNet(org.processmining.framework.plugin.PluginContext context, InhibitorNet net) throws java.lang.Exception- Throws:
java.lang.Exception
-
toResetInhibitorNet
public static java.lang.Object[] toResetInhibitorNet(org.processmining.framework.plugin.PluginContext context, InhibitorNet net, Marking marking) throws java.lang.Exception- Throws:
java.lang.Exception
-
toResetInhibitorNet
public static java.lang.Object[] toResetInhibitorNet(org.processmining.framework.plugin.PluginContext context, ResetNet net) throws java.lang.Exception- Throws:
java.lang.Exception
-
-