public enum LoLA_Executor extends java.lang.Enum<LoLA_Executor>
| Enum Constant and Description |
|---|
BOUNDEDNET |
DEADLOCK |
HOME |
REVERSIBILITY |
| Modifier and Type | Method and Description |
|---|---|
static org.processmining.models.semantics.petrinet.CTMarking |
constructMarking(org.processmining.models.graphbased.directed.petrinet.Petrinet net,
ConfigurationList state) |
Configuration |
executeLoLA(org.processmining.framework.plugin.PluginContext context,
org.processmining.models.graphbased.directed.petrinet.Petrinet net,
org.processmining.models.semantics.petrinet.Marking m) |
static org.processmining.models.graphbased.AbstractGraphElement |
getNode(java.lang.String name) |
static LoLA_Executor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoLA_Executor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoLA_Executor BOUNDEDNET
public static final LoLA_Executor DEADLOCK
public static final LoLA_Executor HOME
public static final LoLA_Executor REVERSIBILITY
public static LoLA_Executor[] values()
for (LoLA_Executor c : LoLA_Executor.values()) System.out.println(c);
public static LoLA_Executor valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static org.processmining.models.graphbased.AbstractGraphElement getNode(java.lang.String name)
public Configuration executeLoLA(org.processmining.framework.plugin.PluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet net, org.processmining.models.semantics.petrinet.Marking m) throws java.io.IOException, java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic static org.processmining.models.semantics.petrinet.CTMarking constructMarking(org.processmining.models.graphbased.directed.petrinet.Petrinet net,
ConfigurationList state)