Interface ChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>>
-
- All Superinterfaces:
TreeNodeGenerator<N>
- All Known Subinterfaces:
ChildGenerationLogicComponent<P,S,N>,ConstrainableChildGenerationLogic<P,S,N,L>,LocalNodeGenerator<P,S,N>
- All Known Implementing Classes:
InstrumentedChildGenerationLogic,MonotonousPlaceGenerationLogic,PlaceGenerationLogic
public interface ChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>> extends TreeNodeGenerator<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NgenerateChild(N parent)booleanhasChildrenLeft(N parent)intpotentialChildrenCount(N parent)java.lang.Iterable<N>potentialFutureChildren(N parent)-
Methods inherited from interface org.processmining.specpp.datastructures.tree.base.TreeNodeGenerator
generateRoot
-
-