Package | Description |
---|---|
org.processmining.plugins.declareminer.util |
Modifier and Type | Method and Description |
---|---|
Graph |
Graph.getGraphWithoutCycles(int[] cycleEliminationPriority)
Make a graph where all "left" edges are reversed (according to provided node ordering).
|
Graph |
Graph.getGraphWithoutMultipleEdges()
Make a graph which filters out duplicate edges.
|
Graph |
Graph.getGraphWithoutOneOrTwoCycles()
Make a graph which filters out short (length 1 or 2) cycles.
|
Graph |
Graph.getReducedGraph()
Make a graph which is the transitive reduction of the current graph.
|
Graph |
Graph.getReducedGraph(int[] topologicalOrder)
Make a graph which is the transitive reduction of the current graph.
|
Graph[] |
Graph.partition(int[] partitionIndex,
int[] nodeRenumber)
Create an array of Graphs by partitioning this graph.
|