Uses of Interface
org.processmining.models.graphbased.directed.utils.GraphIterator.NodeAcceptor
-
Packages that use GraphIterator.NodeAcceptor Package Description org.processmining.models.graphbased.directed.utils -
-
Uses of GraphIterator.NodeAcceptor in org.processmining.models.graphbased.directed.utils
Methods in org.processmining.models.graphbased.directed.utils with parameters of type GraphIterator.NodeAcceptor Modifier and Type Method Description static <N extends DirectedGraphNode,E extends DirectedGraphEdge<? extends N,? extends N>>
java.util.Collection<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>>
java.util.Collection<N>GraphIterator. getDepthFirstSuccessors(N node, DirectedGraph<N,E> graph, GraphIterator.EdgeAcceptor<N,E> edgeAcceptor, GraphIterator.NodeAcceptor<N> nodeAcceptor)
-