| Constructor and Description | 
|---|
BreadthFirstIterator(Node startNode)  | 
BreadthFirstIterator(Node startNode,
                    boolean directed)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getDepthMax()  | 
int | 
getDepthOf(Node node)  | 
boolean | 
hasNext()  | 
boolean | 
isDirected()  | 
Node | 
next()  | 
void | 
remove()  | 
boolean | 
tabu(Node node)  | 
public BreadthFirstIterator(Node startNode, boolean directed)
public BreadthFirstIterator(Node startNode)
public boolean hasNext()
hasNext in interface java.util.Iterator<Node>public void remove()
remove in interface java.util.Iterator<Node>public int getDepthOf(Node node)
public int getDepthMax()
public boolean tabu(Node node)
public boolean isDirected()