Interface TreeNodeGenerator<N extends TreeNode>
-
- All Known Subinterfaces:
ChildGenerationLogic<P,S,N>,ChildGenerationLogicComponent<P,S,N>,ConstrainableChildGenerationLogic<P,S,N,L>,LocalNodeGenerator<P,S,N>
- All Known Implementing Classes:
InstrumentedChildGenerationLogic,MonotonousPlaceGenerationLogic,PlaceGenerationLogic
public interface TreeNodeGenerator<N extends TreeNode>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NgenerateRoot()
-
-
-
Method Detail
-
generateRoot
N generateRoot()
-
-