Interface Traverser<G extends DirectedGraph<S>,S,R>
-
- All Known Implementing Classes:
PdaUtil.CyclicStackTraverser
public interface Traverser<G extends DirectedGraph<S>,S,R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Renter(G graph, S state, R previous)booleanisSolution(R result)
-