Uses of Interface
org.processmining.specpp.datastructures.tree.base.HeuristicStrategy
-
-
Uses of HeuristicStrategy in org.processmining.specpp.composition.composers
Fields in org.processmining.specpp.composition.composers with type parameters of type HeuristicStrategy Modifier and Type Field Description protected DelegatingDataSource<HeuristicStrategy<Place,CandidateScore>>UniwiredComposer. orderingHeuristic -
Uses of HeuristicStrategy in org.processmining.specpp.config.components
Fields in org.processmining.specpp.config.components with type parameters of type HeuristicStrategy Modifier and Type Field Description protected InitializingBuilder<? extends HeuristicTreeExpansion<N,H>,HeuristicStrategy<N,H>>HeuristicTreeConfiguration.Configurator. heuristicExpansionBuilderprotected SimpleBuilder<? extends HeuristicStrategy<N,H>>HeuristicTreeConfiguration.Configurator. heuristicStrategyBuilderMethods in org.processmining.specpp.config.components that return HeuristicStrategy Modifier and Type Method Description HeuristicStrategy<N,H>HeuristicTreeConfiguration. createHeuristicStrategy()Method parameters in org.processmining.specpp.config.components with type arguments of type HeuristicStrategy Modifier and Type Method Description HeuristicTreeConfiguration.Configurator<P,S,N,H>HeuristicTreeConfiguration.Configurator. heuristic(SimpleBuilder<? extends HeuristicStrategy<N,H>> heuristicStrategySupplier)HeuristicTreeConfiguration.Configurator<P,S,N,H>HeuristicTreeConfiguration.Configurator. heuristicExpansion(InitializingBuilder<? extends HeuristicTreeExpansion<N,H>,HeuristicStrategy<N,H>> heuristicExpansionBuilder) -
Uses of HeuristicStrategy in org.processmining.specpp.datastructures.tree.heuristic
Methods in org.processmining.specpp.datastructures.tree.heuristic that return HeuristicStrategy Modifier and Type Method Description static <N extends TreeNode & KnowsDepth & Evaluable>
HeuristicStrategy<N,TreeNodeScore>HeuristicUtils. bfs()static <N extends TreeNode & KnowsDepth & Evaluable>
HeuristicStrategy<N,TreeNodeScore>HeuristicUtils. dfs()HeuristicStrategy<? super N,H>HeuristicTreeExpansion. getHeuristicStrategy()Constructors in org.processmining.specpp.datastructures.tree.heuristic with parameters of type HeuristicStrategy Constructor Description DiscriminatingHeuristicTreeExpansion(HeuristicStrategy<? super N,H> heuristicStrategy)EventingDiscriminatingHeuristicTreeExpansion(HeuristicStrategy<? super N,H> heuristicStrategy)EventingHeuristicTreeExpansion(HeuristicStrategy<? super N,H> heuristicStrategy)HeuristicTreeExpansion(HeuristicStrategy<? super N,H> heuristicStrategy) -
Uses of HeuristicStrategy in org.processmining.specpp.evaluation.heuristics
Classes in org.processmining.specpp.evaluation.heuristics that implement HeuristicStrategy Modifier and Type Class Description classDirectlyFollowsHeuristicclassEventuallyFollowsTreeHeuristic -
Uses of HeuristicStrategy in org.processmining.specpp.postprocessing
Fields in org.processmining.specpp.postprocessing declared as HeuristicStrategy Modifier and Type Field Description protected HeuristicStrategy<Place,CandidateScore>UniwiredSelfLoopAdditionPostProcessing. candidateScorerFields in org.processmining.specpp.postprocessing with type parameters of type HeuristicStrategy Modifier and Type Field Description protected DelegatingDataSource<HeuristicStrategy<Place,CandidateScore>>UniwiredSelfLoopAdditionPostProcessing.Builder. dfHeuristicConstructors in org.processmining.specpp.postprocessing with parameters of type HeuristicStrategy Constructor Description NaiveUniwiredSelfLoopAdditionPostProcessing(IntEncodings<Transition> transitionIntEncodings, Evaluator<Place,BasicFitnessEvaluation> fitnessEvaluator, TauFitnessThresholds fitnessThresholds, HeuristicStrategy<Place,CandidateScore> candidateScorer)StrictUniwiredSelfLoopAdditionPostProcessing(IntEncodings<Transition> transitionIntEncodings, Evaluator<Place,BasicFitnessEvaluation> fitnessEvaluator, TauFitnessThresholds fitnessThresholds, HeuristicStrategy<Place,CandidateScore> candidateScorer)UniwiredSelfLoopAdditionPostProcessing(IntEncodings<Transition> transitionIntEncodings, Evaluator<Place,BasicFitnessEvaluation> fitnessEvaluator, TauFitnessThresholds fitnessThresholds, HeuristicStrategy<Place,CandidateScore> candidateScorer)
-