Package org.graphstream.graph
Class BreadthFirstIterator
java.lang.Object
org.graphstream.graph.BreadthFirstIterator
public class BreadthFirstIterator extends Object implements Iterator<Node>
-
Constructor Summary
Constructors Constructor Description BreadthFirstIterator(Node startNode)BreadthFirstIterator(Node startNode, boolean directed) -
Method Summary
Modifier and Type Method Description intgetDepthMax()intgetDepthOf(Node node)booleanhasNext()booleanisDirected()Nodenext()voidremove()booleantabu(Node node)
-
Constructor Details
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove() -
getDepthOf
-
getDepthMax
public int getDepthMax() -
tabu
-
isDirected
public boolean isDirected()
-