Uses of Class
org.processmining.specpp.config.components.TreeConfiguration
-
Packages that use TreeConfiguration Package Description org.processmining.specpp.componenting.data org.processmining.specpp.config.components -
-
Uses of TreeConfiguration in org.processmining.specpp.componenting.data
Methods in org.processmining.specpp.componenting.data that return types with arguments of type TreeConfiguration Modifier and Type Method Description static <N extends TreeNode & LocallyExpandable<N>>
ConfigurationRequirement<TreeConfiguration<N>>DataRequirements. treeConfiguration() -
Uses of TreeConfiguration in org.processmining.specpp.config.components
Subclasses of TreeConfiguration in org.processmining.specpp.config.components Modifier and Type Class Description classEfficientTreeConfiguration<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>>Methods in org.processmining.specpp.config.components that return TreeConfiguration Modifier and Type Method Description TreeConfiguration<N>TreeConfiguration.Configurator. build(GlobalComponentRepository gcr)
-