Interface ChildGenerationLogicComponent<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>>
-
- All Superinterfaces:
ChildGenerationLogic<P,S,N>,FullComponentSystemUser,HasComponentCollection,Initializable,IsGlobalProvider,TreeNodeGenerator<N>,UsesGlobalComponentSystem,UsesLocalComponentSystem
- All Known Implementing Classes:
InstrumentedChildGenerationLogic,MonotonousPlaceGenerationLogic,PlaceGenerationLogic
public interface ChildGenerationLogicComponent<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>> extends ChildGenerationLogic<P,S,N>, FullComponentSystemUser
-
-
Method Summary
-
Methods inherited from interface org.processmining.specpp.datastructures.tree.base.ChildGenerationLogic
generateChild, hasChildrenLeft, potentialChildrenCount, potentialFutureChildren
-
Methods inherited from interface org.processmining.specpp.componenting.system.FullComponentSystemUser
collectTransitiveSubcomponents, connectLocalComponentSystem, getComponentCollection, registerSubComponent, unregisterSubComponent
-
Methods inherited from interface org.processmining.specpp.traits.Initializable
init
-
Methods inherited from interface org.processmining.specpp.datastructures.tree.base.TreeNodeGenerator
generateRoot
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesGlobalComponentSystem
globalComponentSystem
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesLocalComponentSystem
bridgeToChildren, localComponentSystem
-
-