|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.models.graphbased.directed.petrinet.analysis.WorkflowNetUtils
public class WorkflowNetUtils
Method Summary | |
---|---|
static Place |
getInputPlace(Petrinet net)
Returns the input place of this net. |
static Place |
getOutputPlace(Petrinet net)
Returns the output place of this net. |
static java.util.SortedSet<Place> |
getSinkPlaces(Petrinet net)
Returns the set of sink places of this net. |
static java.util.SortedSet<Place> |
getSourcePlaces(Petrinet net)
Returns the set of source places of this net. |
static java.util.SortedSet<PetrinetNode> |
getUnconnectedNodes(Petrinet net)
Returns the set of unconnected nodes of this net. |
static boolean |
isValidWFNet(Petrinet net)
This method checks whether: 1) There is exactly one input place, 2) there is exactly one output place, 3) all nodes are on a path from the input place to the output place. |
static java.lang.Object[] |
shortCircuit(org.processmining.framework.plugin.PluginContext context,
Petrinet net)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isValidWFNet(Petrinet net)
net
- the net to be checked for being a valid WF net
public static Place getInputPlace(Petrinet net)
net
- the net of which the input place is requested
public static Place getOutputPlace(Petrinet net)
net
- the net of which the output place is requested
public static java.util.SortedSet<Place> getSourcePlaces(Petrinet net)
net
- the net of which the set of source places is requested
public static java.util.SortedSet<Place> getSinkPlaces(Petrinet net)
net
- the net of which the set of sink places is requested
public static java.util.SortedSet<PetrinetNode> getUnconnectedNodes(Petrinet net)
net
- the net of which the set of unconnected nodes is requested
public static java.lang.Object[] shortCircuit(org.processmining.framework.plugin.PluginContext context, Petrinet net)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |