Interface ConstrainableChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>,L extends GenerationConstraint>
-
- All Superinterfaces:
ChildGenerationLogic<P,S,N>,Constrainable<L>,java.util.function.Consumer<L>,Observer<L>,TreeNodeGenerator<N>
- All Known Implementing Classes:
MonotonousPlaceGenerationLogic,PlaceGenerationLogic
public interface ConstrainableChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>,L extends GenerationConstraint> extends ChildGenerationLogic<P,S,N>, Constrainable<L>
-
-
Method Summary
-
Methods inherited from interface org.processmining.specpp.datastructures.tree.base.ChildGenerationLogic
generateChild, hasChildrenLeft, potentialChildrenCount, potentialFutureChildren
-
Methods inherited from interface org.processmining.specpp.base.Constrainable
acceptConstraint, getAcceptedConstraintClass, observe
-
Methods inherited from interface org.processmining.specpp.datastructures.tree.base.TreeNodeGenerator
generateRoot
-
-