Uses of Interface
org.processmining.specpp.datastructures.tree.base.NodeProperties
-
-
Uses of NodeProperties in org.processmining.specpp.base.impls
Classes in org.processmining.specpp.base.impls with type parameters of type NodeProperties Modifier and Type Class Description classEfficientTreeWithExternalizedLogicBasedProposer<C extends Candidate & NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<C,S,N>> -
Uses of NodeProperties in org.processmining.specpp.componenting.data
Methods in org.processmining.specpp.componenting.data with type parameters of type NodeProperties 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 NodeProperties in org.processmining.specpp.componenting.system.link
Classes in org.processmining.specpp.componenting.system.link with type parameters of type NodeProperties Modifier and Type Interface Description interfaceChildGenerationLogicComponent<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>> -
Uses of NodeProperties in org.processmining.specpp.config.components
Classes in org.processmining.specpp.config.components with type parameters of type NodeProperties 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 NodeProperties 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 NodeProperties in org.processmining.specpp.datastructures.petri
Classes in org.processmining.specpp.datastructures.petri that implement NodeProperties Modifier and Type Class Description classPlaceA class representing a Petri net place as a combination of its preset and postset. -
Uses of NodeProperties in org.processmining.specpp.datastructures.tree.base
Classes in org.processmining.specpp.datastructures.tree.base with type parameters of type NodeProperties 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>>interfacePropertyNode<P extends NodeProperties> -
Uses of NodeProperties in org.processmining.specpp.datastructures.tree.base.impls
Classes in org.processmining.specpp.datastructures.tree.base.impls with type parameters of type NodeProperties Modifier and Type Class Description classAbstractLocalNode<P extends NodeProperties,S extends NodeState,N extends AbstractLocalNode<P,S,N>>classChangeTree<P extends NodeProperties>classLocalNodeWithExternalizedLogic<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>> -
Uses of NodeProperties in org.processmining.specpp.datastructures.tree.base.traits
Classes in org.processmining.specpp.datastructures.tree.base.traits with type parameters of type NodeProperties Modifier and Type Interface Description interfaceHasProperties<P extends NodeProperties> -
Uses of NodeProperties in org.processmining.specpp.supervision.instrumentators
Classes in org.processmining.specpp.supervision.instrumentators with type parameters of type NodeProperties Modifier and Type Class Description classInstrumentedChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>>
-