Uses of Class
org.processmining.specpp.config.components.TreeConfiguration.Configurator
-
Packages that use TreeConfiguration.Configurator Package Description org.processmining.specpp.config.components -
-
Uses of TreeConfiguration.Configurator in org.processmining.specpp.config.components
Subclasses of TreeConfiguration.Configurator in org.processmining.specpp.config.components 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>>Methods in org.processmining.specpp.config.components that return TreeConfiguration.Configurator Modifier and Type Method Description TreeConfiguration.Configurator<N>TreeConfiguration.Configurator. expansionStrategy(SimpleBuilder<? extends ExpansionStrategyComponent<N>> expansionStrategyBuilder)static <N extends TreeNode & LocallyExpandable<N>>
TreeConfiguration.Configurator<N>Configurators. tree()TreeConfiguration.Configurator<N>TreeConfiguration.Configurator. tree(InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>> treeFunction)
-