Uses of Interface
org.processmining.specpp.componenting.system.link.ProposerComponent
-
-
Uses of ProposerComponent in org.processmining.specpp.base.impls
Classes in org.processmining.specpp.base.impls that implement ProposerComponent Modifier and Type Class Description classAbstractEfficientTreeBasedProposer<C extends Candidate,N extends TreeNode & LocallyExpandable<N>>Abstract base class for efficient tree-based proposers.classEfficientTreeWithExternalizedLogicBasedProposer<C extends Candidate & NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<C,S,N>>Constructors in org.processmining.specpp.base.impls with parameters of type ProposerComponent Constructor Description SPECpp(GlobalComponentRepository cr, java.util.List<Supervisor> supervisors, ProposerComponent<C> proposer, ComposerComponent<C,I,R> composer, PostProcessingPipeline<R,F> postProcessor) -
Uses of ProposerComponent in org.processmining.specpp.config.components
Methods in org.processmining.specpp.config.components that return ProposerComponent Modifier and Type Method Description ProposerComponent<C>ProposerComposerConfiguration. createPossiblyInstrumentedProposer()ProposerComponent<C>ProposerComposerConfiguration. createProposer()Method parameters in org.processmining.specpp.config.components with type arguments of type ProposerComponent Modifier and Type Method Description ProposerComposerConfiguration.Configurator<C,I,R>ProposerComposerConfiguration.Configurator. proposer(SimpleBuilder<? extends ProposerComponent<C>> proposerBuilder)Constructor parameters in org.processmining.specpp.config.components with type arguments of type ProposerComponent Constructor Description ProposerComposerConfiguration(GlobalComponentRepository gcr, SimpleBuilder<? extends ProposerComponent<C>> proposerBuilder, SimpleBuilder<? extends I> terminalCompositionBuilder, InitializingBuilder<? extends I,? super I>[] compositionBuilderChain, InitializingBuilder<? extends ComposerComponent<C,I,R>,? super I> terminalComposerBuilder, InitializingBuilder<? extends ComposerComponent<C,I,R>,ComposerComponent<C,I,R>>[] composerBuilderChain) -
Uses of ProposerComponent in org.processmining.specpp.proposal
Classes in org.processmining.specpp.proposal that implement ProposerComponent Modifier and Type Class Description classConstrainablePlaceProposerThis is the base implementation of aconstrainable place proposer.classPlaceProposerThe base implementation of aProposerfor candidates of typePlace.classRestartablePlaceProposer -
Uses of ProposerComponent in org.processmining.specpp.supervision.instrumentators
Classes in org.processmining.specpp.supervision.instrumentators that implement ProposerComponent Modifier and Type Class Description classInstrumentedProposer<C extends Candidate>Constructors in org.processmining.specpp.supervision.instrumentators with parameters of type ProposerComponent Constructor Description InstrumentedProposer(ProposerComponent<C> delegate)InstrumentedSPECpp(GlobalComponentRepository cr, java.util.List<Supervisor> supervisors, ProposerComponent<C> proposer, ComposerComponent<C,I,R> composer, PostProcessingPipeline<R,F> postProcessor)
-