public class SimulateCPNModel
extends java.lang.Object
Constructor and Description |
---|
SimulateCPNModel() |
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XLog |
simulate(org.processmining.framework.plugin.PluginContext context,
ColouredPetriNet petriNet,
org.cpntools.accesscpn.engine.highlevel.instance.State startState) |
org.deckfour.xes.model.XLog |
simulate(org.processmining.framework.plugin.PluginContext context,
ColouredPetriNet petriNet,
org.cpntools.accesscpn.engine.highlevel.instance.State startState,
int steps) |
org.deckfour.xes.model.XLog |
simulate(org.processmining.framework.plugin.PluginContext context,
ColouredPetriNet petriNet,
org.cpntools.accesscpn.engine.highlevel.instance.State startState,
int steps,
int delay) |
org.deckfour.xes.model.XLog |
simulate(org.processmining.framework.plugin.PluginContext context,
ColouredPetriNet petriNet,
org.cpntools.accesscpn.engine.highlevel.instance.State startState,
int steps,
int repetitions,
int delay) |
protected org.deckfour.xes.model.XLog |
simulate(org.processmining.framework.plugin.PluginContext context,
ColouredPetriNet petriNet,
org.cpntools.accesscpn.engine.highlevel.instance.State startState,
int steps,
int repetitions,
int delay,
boolean showFeedback,
long base,
long multiplier) |
protected org.deckfour.xes.model.XLog |
simulate(org.processmining.framework.plugin.PluginContext context,
ColouredPetriNet petriNet,
org.cpntools.accesscpn.engine.highlevel.instance.State startState,
int steps,
int repetitions,
int delay,
boolean showFeedback,
long base,
long multiplier,
boolean isLifeCycleTransition,
boolean ignorePage,
java.lang.String[] ignorePatterns) |
org.deckfour.xes.model.XLog |
simulate(org.processmining.contexts.uitopia.UIPluginContext context,
ColouredPetriNet petriNet) |
org.deckfour.xes.model.XLog |
simulate(org.processmining.contexts.uitopia.UIPluginContext context,
ColouredPetriNet petriNet,
org.cpntools.accesscpn.engine.highlevel.instance.State startState) |
public org.deckfour.xes.model.XLog simulate(org.processmining.framework.plugin.PluginContext context, ColouredPetriNet petriNet, org.cpntools.accesscpn.engine.highlevel.instance.State startState) throws java.lang.Exception
context
- petriNet
- startState
- java.lang.Exception
public org.deckfour.xes.model.XLog simulate(org.processmining.framework.plugin.PluginContext context, ColouredPetriNet petriNet, org.cpntools.accesscpn.engine.highlevel.instance.State startState, int steps) throws java.lang.Exception
context
- petriNet
- startState
- steps
- java.lang.Exception
public org.deckfour.xes.model.XLog simulate(org.processmining.framework.plugin.PluginContext context, ColouredPetriNet petriNet, org.cpntools.accesscpn.engine.highlevel.instance.State startState, int steps, int delay) throws java.lang.Exception
context
- petriNet
- startState
- steps
- delay
- java.lang.Exception
public org.deckfour.xes.model.XLog simulate(org.processmining.framework.plugin.PluginContext context, ColouredPetriNet petriNet, org.cpntools.accesscpn.engine.highlevel.instance.State startState, int steps, int repetitions, int delay) throws java.lang.Exception
context
- petriNet
- startState
- steps
- repetitions
- delay
- java.lang.Exception
public org.deckfour.xes.model.XLog simulate(org.processmining.contexts.uitopia.UIPluginContext context, ColouredPetriNet petriNet) throws java.lang.Exception
context
- petriNet
- java.lang.Exception
public org.deckfour.xes.model.XLog simulate(org.processmining.contexts.uitopia.UIPluginContext context, ColouredPetriNet petriNet, org.cpntools.accesscpn.engine.highlevel.instance.State startState) throws java.lang.Exception
context
- petriNet
- startState
- java.lang.Exception
protected org.deckfour.xes.model.XLog simulate(org.processmining.framework.plugin.PluginContext context, ColouredPetriNet petriNet, org.cpntools.accesscpn.engine.highlevel.instance.State startState, int steps, int repetitions, int delay, boolean showFeedback, long base, long multiplier) throws java.lang.Exception
java.lang.Exception
protected org.deckfour.xes.model.XLog simulate(org.processmining.framework.plugin.PluginContext context, ColouredPetriNet petriNet, org.cpntools.accesscpn.engine.highlevel.instance.State startState, int steps, int repetitions, int delay, boolean showFeedback, long base, long multiplier, boolean isLifeCycleTransition, boolean ignorePage, java.lang.String[] ignorePatterns) throws java.lang.Exception
java.lang.Exception