public interface SuccessorGenerator<T,A>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NodeExpansionDescription<T,A>> |
generateSuccessors(T node)
Generate the successors for a given node.
|
java.util.List<NodeExpansionDescription<T,A>> generateSuccessors(T node) throws java.lang.InterruptedException
node - The node we want to expand.java.lang.InterruptedException