public interface SingleSuccessorGenerator<T,A> extends SuccessorGenerator<T,A>
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSuccessorsComputed(T node) |
NodeExpansionDescription<T,A> |
generateSuccessor(T node,
int i)
generate the (i%N)-th ungenerated successor of the given node where N is the number of existing successors that have not been generated before.
|
generateSuccessorsNodeExpansionDescription<T,A> generateSuccessor(T node, int i) throws java.lang.InterruptedException
i - java.lang.InterruptedExceptionboolean allSuccessorsComputed(T node)