jlibs.core.graph
Interface Walker<E>

All Superinterfaces:
Sequence<E>
All Known Implementing Classes:
PreorderWalker

public interface Walker<E>
extends Sequence<E>

Author:
Santhosh Kumar T

Method Summary
 void addBreakpoint()
           
 Path getCurrentPath()
           
 boolean isPaused()
           
 void resume()
           
 void skip()
           
 
Methods inherited from interface jlibs.core.graph.Sequence
copy, current, hasNext, index, length, next, next, reset
 

Method Detail

getCurrentPath

Path getCurrentPath()

skip

void skip()

addBreakpoint

void addBreakpoint()

isPaused

boolean isPaused()

resume

void resume()


Copyright © 2018. All rights reserved.