| Package | Description |
|---|---|
| org.processmining.models.graphbased.directed.utils |
| Modifier and Type | Method and Description |
|---|---|
static <N extends DirectedGraphNode,E extends DirectedGraphEdge<? extends N,? extends N>> |
GraphIterator.getDepthFirstPredecessors(N node,
DirectedGraph<N,E> graph,
GraphIterator.EdgeAcceptor<N,E> edgeAcceptor,
GraphIterator.NodeAcceptor<N> nodeAcceptor) |
static <N extends DirectedGraphNode,E extends DirectedGraphEdge<? extends N,? extends N>> |
GraphIterator.getDepthFirstSuccessors(N node,
DirectedGraph<N,E> graph,
GraphIterator.EdgeAcceptor<N,E> edgeAcceptor,
GraphIterator.NodeAcceptor<N> nodeAcceptor) |