Interface LocallyExpandable<N extends TreeNode & LocallyExpandable<N>>
-
- All Known Subinterfaces:
LocalNode<P,S,N>
- All Known Implementing Classes:
AbstractLocalNode,LocalNodeWithExternalizedLogic,PlaceNode
public interface LocallyExpandable<N extends TreeNode & LocallyExpandable<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanExpand()booleandidExpand()NgenerateChild()java.lang.Iterable<N>generatePotentialChildren()
-