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, nextElementcompare, copy, empty, getTOS, isEmpty, iterator, peek, pop, push, shallowCopy, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorprivate final GraphEdgeFilter filter
public FilteredDFSenumerateByFinish(Graph net, Enumeration<GraphNode> nodes, GraphEdgeFilter filter)
protected Enumeration<GraphNode> getConnected(GraphNode n)
DFSenumerateByFinishgetConnected in class DFSenumerateByFinishn - the node of which to get the out edges