Uses of Interface
org.processmining.specpp.config.components.ComponentInitializerBuilder
-
Packages that use ComponentInitializerBuilder Package Description org.processmining.specpp.componenting.evaluation org.processmining.specpp.config.components -
-
Uses of ComponentInitializerBuilder in org.processmining.specpp.componenting.evaluation
Classes in org.processmining.specpp.componenting.evaluation that implement ComponentInitializerBuilder Modifier and Type Class Description static classEvaluatorConfiguration.Configurator -
Uses of ComponentInitializerBuilder in org.processmining.specpp.config.components
Classes in org.processmining.specpp.config.components that implement ComponentInitializerBuilder Modifier and Type Class Description static classEfficientTreeConfiguration.Configurator<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>>static classHeuristicTreeConfiguration.Configurator<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>,H extends HeuristicValue<? super H>>static classPostProcessingConfiguration.Configurator<R extends Result,F extends Result>static classProposerComposerConfiguration.Configurator<C extends Candidate,I extends CompositionComponent<C>,R extends Result>static classSupervisionConfiguration.Configuratorstatic classTreeConfiguration.Configurator<N extends TreeNode & LocallyExpandable<N>>
-