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()
boolean
hasNext()
This method checks, if walker has any more sequences left in queueboolean
isLabelEnabled()
Sequence<T>
next()
This method returns next walk sequence from this graphvoid
reset(boolean shuffle)
This method resets walker
-