public interface GraphWalker<T extends SequenceElement>
Modifier and Type | Method and Description |
---|---|
IGraph<T,?> |
getSourceGraph() |
boolean |
hasNext()
This method checks, if walker has any more sequences left in queue
|
boolean |
isLabelEnabled() |
Sequence<T> |
next()
This method returns next walk sequence from this graph
|
void |
reset(boolean shuffle)
This method resets walker
|