public class FilteredDFSenumerateByFinish extends DFSenumerateByFinish
Modifier and Type | Field and Description |
---|---|
private GraphEdgeFilter |
filter |
currentRoot
Constructor and Description |
---|
FilteredDFSenumerateByFinish(Graph net,
Enumeration<GraphNode> nodes,
GraphEdgeFilter filter) |
Modifier and Type | Method and Description |
---|---|
protected Enumeration<GraphNode> |
getConnected(GraphNode n)
get the out edges of a given node
|
hasMoreElements, nextElement
compare, copy, empty, getTOS, isEmpty, iterator, peek, pop, push, shallowCopy, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
private final GraphEdgeFilter filter
public FilteredDFSenumerateByFinish(Graph net, Enumeration<GraphNode> nodes, GraphEdgeFilter filter)
protected Enumeration<GraphNode> getConnected(GraphNode n)
DFSenumerateByFinish
getConnected
in class DFSenumerateByFinish
n
- the node of which to get the out edges