Uses of Class
org.processmining.specpp.componenting.system.ComponentInitializer
-
Packages that use ComponentInitializer Package Description org.processmining.specpp.componenting.data org.processmining.specpp.componenting.evaluation org.processmining.specpp.config.components -
-
Uses of ComponentInitializer in org.processmining.specpp.componenting.data
Classes in org.processmining.specpp.componenting.data with type parameters of type ComponentInitializer Modifier and Type Class Description classConfigurationRequirement<F extends ComponentInitializer>Methods in org.processmining.specpp.componenting.data with type parameters of type ComponentInitializer Modifier and Type Method Description static <F extends ComponentInitializer>
ConfigurationRequirement<F>DataRequirements. configuration(java.lang.String label, java.lang.Class<F> type)static <F extends ComponentInitializer>
FulfilledDataRequirement<F>DataRequirements. configuration(java.lang.String label, java.lang.Class<F> type, DataSource<F> factory) -
Uses of ComponentInitializer in org.processmining.specpp.componenting.evaluation
Subclasses of ComponentInitializer in org.processmining.specpp.componenting.evaluation Modifier and Type Class Description classEvaluatorConfiguration -
Uses of ComponentInitializer in org.processmining.specpp.config.components
Classes in org.processmining.specpp.config.components with type parameters of type ComponentInitializer Modifier and Type Interface Description interfaceComponentInitializerBuilder<T extends ComponentInitializer>Subclasses of ComponentInitializer in org.processmining.specpp.config.components Modifier and Type Class Description classConfigurationclassEfficientTreeConfiguration<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>>classHeuristicTreeConfiguration<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>,H extends HeuristicValue<? super H>>classPostProcessingConfiguration<R extends Result,F extends Result>classProposerComposerConfiguration<C extends Candidate,I extends CompositionComponent<C>,R extends Result>classSupervisionConfigurationclassTreeConfiguration<N extends TreeNode & LocallyExpandable<N>>
-