Interface GraphWalker<T extends SequenceElement>
-
- All Known Implementing Classes:
NearestVertexWalker,PopularityWalker,RandomWalker,WeightedWalker
public interface GraphWalker<T extends SequenceElement>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IGraph<T,?>getSourceGraph()booleanhasNext()This method checks, if walker has any more sequences left in queuebooleanisLabelEnabled()Sequence<T>next()This method returns next walk sequence from this graphvoidreset(boolean shuffle)This method resets walker
-