Uses of Interface
org.processmining.specpp.datastructures.tree.base.NodeState
-
-
Uses of NodeState in org.processmining.specpp.base.impls
Classes in org.processmining.specpp.base.impls with type parameters of type NodeState Modifier and Type Class Description classEfficientTreeWithExternalizedLogicBasedProposer<C extends Candidate & NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<C,S,N>> -
Uses of NodeState in org.processmining.specpp.componenting.data
Methods in org.processmining.specpp.componenting.data with type parameters of type NodeState 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 NodeState in org.processmining.specpp.componenting.system.link
Classes in org.processmining.specpp.componenting.system.link with type parameters of type NodeState Modifier and Type Interface Description interfaceChildGenerationLogicComponent<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>> -
Uses of NodeState in org.processmining.specpp.config.components
Classes in org.processmining.specpp.config.components with type parameters of type NodeState 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 NodeState 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 NodeState in org.processmining.specpp.datastructures.tree.base
Classes in org.processmining.specpp.datastructures.tree.base with type parameters of type NodeState Modifier and Type Interface Description interfaceChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>>interfaceConstrainableChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>,L extends GenerationConstraint>interfaceLocalNode<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>>interfaceLocalNodeGenerator<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>>interfaceParentGenerationLogic<P extends NodeProperties,S extends NodeState,N extends AbstractLocalNode<P,S,N>> -
Uses of NodeState in org.processmining.specpp.datastructures.tree.base.impls
Classes in org.processmining.specpp.datastructures.tree.base.impls with type parameters of type NodeState Modifier and Type Class Description classAbstractLocalNode<P extends NodeProperties,S extends NodeState,N extends AbstractLocalNode<P,S,N>>classLocalNodeWithExternalizedLogic<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>> -
Uses of NodeState in org.processmining.specpp.datastructures.tree.base.traits
Classes in org.processmining.specpp.datastructures.tree.base.traits with type parameters of type NodeState Modifier and Type Interface Description interfaceHasState<S extends NodeState>interfaceStateNode<S extends NodeState> -
Uses of NodeState in org.processmining.specpp.datastructures.tree.nodegen
Classes in org.processmining.specpp.datastructures.tree.nodegen that implement NodeState Modifier and Type Class Description classPlaceStateThis class represents the local state of aPlaceNode. -
Uses of NodeState in org.processmining.specpp.supervision.instrumentators
Classes in org.processmining.specpp.supervision.instrumentators with type parameters of type NodeState Modifier and Type Class Description classInstrumentedChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>>
-