Uses of Interface
org.processmining.specpp.componenting.system.link.ChildGenerationLogicComponent
-
-
Uses of ChildGenerationLogicComponent in org.processmining.specpp.base.impls
Constructors in org.processmining.specpp.base.impls with parameters of type ChildGenerationLogicComponent Constructor Description EfficientTreeWithExternalizedLogicBasedProposer(ChildGenerationLogicComponent<C,S,N> generationLogic, EfficientTreeComponent<N> tree) -
Uses of ChildGenerationLogicComponent in org.processmining.specpp.config.components
Fields in org.processmining.specpp.config.components with type parameters of type ChildGenerationLogicComponent Modifier and Type Field Description protected SimpleBuilder<? extends ChildGenerationLogicComponent<P,S,N>>EfficientTreeConfiguration.Configurator. generatorBuilderprotected SimpleBuilder<? extends ChildGenerationLogicComponent<P,S,N>>EfficientTreeConfiguration. generatorBuilderMethods in org.processmining.specpp.config.components that return ChildGenerationLogicComponent Modifier and Type Method Description ChildGenerationLogicComponent<P,S,N>EfficientTreeConfiguration. createChildGenerationLogic()ChildGenerationLogicComponent<P,S,N>EfficientTreeConfiguration. createPossiblyInstrumentedChildGenerationLogic()Method parameters in org.processmining.specpp.config.components with type arguments of type ChildGenerationLogicComponent Modifier and Type Method Description EfficientTreeConfiguration.Configurator<P,S,N>EfficientTreeConfiguration.Configurator. childGenerationLogic(SimpleBuilder<? extends ChildGenerationLogicComponent<P,S,N>> generatorBuilder)HeuristicTreeConfiguration.Configurator<P,S,N,H>HeuristicTreeConfiguration.Configurator. childGenerationLogic(SimpleBuilder<? extends ChildGenerationLogicComponent<P,S,N>> generatorBuilder) -
Uses of ChildGenerationLogicComponent in org.processmining.specpp.datastructures.tree.base
Classes in org.processmining.specpp.datastructures.tree.base that implement ChildGenerationLogicComponent Modifier and Type Class Description classPlaceGenerationLogic -
Uses of ChildGenerationLogicComponent in org.processmining.specpp.datastructures.tree.nodegen
Classes in org.processmining.specpp.datastructures.tree.nodegen that implement ChildGenerationLogicComponent Modifier and Type Class Description classMonotonousPlaceGenerationLogicContains the entire logic for generating child (and in the future parent) local nodes. -
Uses of ChildGenerationLogicComponent in org.processmining.specpp.proposal
Fields in org.processmining.specpp.proposal declared as ChildGenerationLogicComponent Modifier and Type Field Description protected ChildGenerationLogicComponent<Place,PlaceState,PlaceNode>ConstrainablePlaceProposer. cglConstructors in org.processmining.specpp.proposal with parameters of type ChildGenerationLogicComponent Constructor Description ConstrainablePlaceProposer(ChildGenerationLogicComponent<Place,PlaceState,PlaceNode> cgl, SimpleBuilder<EfficientTreeComponent<PlaceNode>> treeBuilder)PlaceProposer(ChildGenerationLogicComponent<Place,PlaceState,PlaceNode> generationLogic, EfficientTreeComponent<PlaceNode> tree)RestartablePlaceProposer(ChildGenerationLogicComponent<Place,PlaceState,PlaceNode> cgl, SimpleBuilder<EfficientTreeComponent<PlaceNode>> treeBuilder) -
Uses of ChildGenerationLogicComponent in org.processmining.specpp.supervision.instrumentators
Classes in org.processmining.specpp.supervision.instrumentators that implement ChildGenerationLogicComponent Modifier and Type Class Description classInstrumentedChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>>Constructors in org.processmining.specpp.supervision.instrumentators with parameters of type ChildGenerationLogicComponent Constructor Description InstrumentedChildGenerationLogic(ChildGenerationLogicComponent<P,S,N> delegate)
-