Package | Description |
---|---|
org.processmining.plugins.inductiveminer2.helperclasses | |
org.processmining.plugins.inductiveminer2.helperclasses.graphs |
Modifier and Type | Method and Description |
---|---|
IntGraph |
IntDfg.getConcurrencyGraph() |
IntGraph |
IntDfgImpl.getConcurrencyGraph() |
IntGraph |
IntDfg.getDirectlyFollowsGraph() |
IntGraph |
IntDfgImpl.getDirectlyFollowsGraph() |
Modifier and Type | Class and Description |
---|---|
class |
IntGraphImplQuadratic |
Modifier and Type | Method and Description |
---|---|
IntGraph |
IntGraph.clone() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<gnu.trove.set.TIntSet> |
IntConnectedComponents.compute(IntGraph graph)
Returns the connected components of G.
|
static java.util.Set<gnu.trove.set.TIntSet> |
IntStronglyConnectedComponents.compute(IntGraph G)
Get the strongly connected components within G.
|