Package | Description |
---|---|
org.processmining.plugins.inductiveminer2.helperclasses.graphs | |
org.processmining.plugins.inductiveminer2.helperclasses.normalised |
Modifier and Type | Method and Description |
---|---|
EdgeIterable |
IntGraphImplQuadratic.getIncomingEdgesOf(int node) |
EdgeIterable |
IntGraph.getIncomingEdgesOfIndex(int v) |
EdgeIterable |
IntGraphImplQuadratic.getIncomingEdgesOfIndex(int index) |
EdgeIterable |
IntGraphImplQuadratic.getOutgoingEdgesOf(int node) |
EdgeIterable |
IntGraph.getOutgoingEdgesOfIndex(int v) |
EdgeIterable |
IntGraphImplQuadratic.getOutgoingEdgesOfIndex(int index) |
Modifier and Type | Method and Description |
---|---|
EdgeIterable |
NormalisedIntGraphImplQuadratic.getIncomingEdgesOf(int normalisedNode) |
EdgeIterable |
NormalisedIntGraphImplQuadratic.getOutgoingEdgesOf(int normalisedNode) |