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