Uses of Class
org.processmining.specpp.datastructures.tree.base.impls.LocalNodeWithExternalizedLogic
-
-
Uses of LocalNodeWithExternalizedLogic in org.processmining.specpp.base.impls
Classes in org.processmining.specpp.base.impls with type parameters of type LocalNodeWithExternalizedLogic Modifier and Type Class Description classEfficientTreeWithExternalizedLogicBasedProposer<C extends Candidate & NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<C,S,N>> -
Uses of LocalNodeWithExternalizedLogic in org.processmining.specpp.componenting.data
Methods in org.processmining.specpp.componenting.data with type parameters of type LocalNodeWithExternalizedLogic Modifier and Type Method Description static <P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>>
ConfigurationRequirement<EfficientTreeConfiguration<P,S,N>>DataRequirements. efficientTreeConfiguration() -
Uses of LocalNodeWithExternalizedLogic in org.processmining.specpp.config.components
Classes in org.processmining.specpp.config.components with type parameters of type LocalNodeWithExternalizedLogic Modifier and Type Class Description classEfficientTreeConfiguration<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>>static classEfficientTreeConfiguration.Configurator<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>>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 with type parameters of type LocalNodeWithExternalizedLogic Modifier and Type Method Description static <P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>>
EfficientTreeConfiguration.Configurator<P,S,N>Configurators. generatingTree()static <P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>,H extends HeuristicValue<? super H>>
HeuristicTreeConfiguration.Configurator<P,S,N,H>Configurators. heuristicTree() -
Uses of LocalNodeWithExternalizedLogic in org.processmining.specpp.datastructures.tree.base
Classes in org.processmining.specpp.datastructures.tree.base with type parameters of type LocalNodeWithExternalizedLogic Modifier and Type Interface Description interfaceLocalNodeGenerator<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>> -
Uses of LocalNodeWithExternalizedLogic in org.processmining.specpp.datastructures.tree.base.impls
Classes in org.processmining.specpp.datastructures.tree.base.impls with type parameters of type LocalNodeWithExternalizedLogic Modifier and Type Class Description classLocalNodeWithExternalizedLogic<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>> -
Uses of LocalNodeWithExternalizedLogic in org.processmining.specpp.datastructures.tree.nodegen
Subclasses of LocalNodeWithExternalizedLogic in org.processmining.specpp.datastructures.tree.nodegen Modifier and Type Class Description classPlaceNodeThis class represents a tree node containing aPlace(asNodeProperties) together with aPlaceState(asNodeState) that indicates already generated children nodes.
-