Uses of Interface
org.processmining.specpp.componenting.system.link.EfficientTreeComponent
-
-
Uses of EfficientTreeComponent in org.processmining.specpp.base.impls
Constructors in org.processmining.specpp.base.impls with parameters of type EfficientTreeComponent Constructor Description AbstractEfficientTreeBasedProposer(EfficientTreeComponent<N> tree)EfficientTreeWithExternalizedLogicBasedProposer(ChildGenerationLogicComponent<C,S,N> generationLogic, EfficientTreeComponent<N> tree) -
Uses of EfficientTreeComponent in org.processmining.specpp.config.components
Fields in org.processmining.specpp.config.components with type parameters of type EfficientTreeComponent Modifier and Type Field Description protected InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>>TreeConfiguration.Configurator. treeFunctionprotected InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>>TreeConfiguration. treeFunctionMethods in org.processmining.specpp.config.components that return EfficientTreeComponent Modifier and Type Method Description EfficientTreeComponent<N>TreeConfiguration. createPossiblyInstrumentedTree()EfficientTreeComponent<N>TreeConfiguration. createTree()Method parameters in org.processmining.specpp.config.components with type arguments of type EfficientTreeComponent Modifier and Type Method Description EfficientTreeConfiguration.Configurator<P,S,N>EfficientTreeConfiguration.Configurator. tree(InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>> treeFunction)HeuristicTreeConfiguration.Configurator<P,S,N,H>HeuristicTreeConfiguration.Configurator. tree(InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>> enumeratingTreeFunction)TreeConfiguration.Configurator<N>TreeConfiguration.Configurator. tree(InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>> treeFunction)Constructor parameters in org.processmining.specpp.config.components with type arguments of type EfficientTreeComponent Constructor Description Configurator(InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>> treeFunction, SimpleBuilder<? extends ExpansionStrategyComponent<N>> expansionStrategyBuilder)EfficientTreeConfiguration(GlobalComponentRepository gcr, InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>> treeFunction, SimpleBuilder<? extends ExpansionStrategyComponent<N>> expansionStrategyBuilder, SimpleBuilder<? extends ChildGenerationLogicComponent<P,S,N>> generatorBuilder)TreeConfiguration(GlobalComponentRepository gcr, InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>> treeFunction, SimpleBuilder<? extends ExpansionStrategyComponent<N>> expansionStrategyBuilder) -
Uses of EfficientTreeComponent in org.processmining.specpp.datastructures.tree.base.impls
Classes in org.processmining.specpp.datastructures.tree.base.impls that implement EfficientTreeComponent Modifier and Type Class Description classEnumeratingTree<N extends TreeNode & LocallyExpandable<N>>classEventingEnumeratingTree<N extends TreeNode & LocallyExpandable<N>>classTestEventingEnumeratingTree<N extends TreeNode & LocallyExpandable<N>> -
Uses of EfficientTreeComponent in org.processmining.specpp.proposal
Fields in org.processmining.specpp.proposal with type parameters of type EfficientTreeComponent Modifier and Type Field Description protected SimpleBuilder<EfficientTreeComponent<PlaceNode>>ConstrainablePlaceProposer. treeBuilderConstructors in org.processmining.specpp.proposal with parameters of type EfficientTreeComponent Constructor Description PlaceProposer(ChildGenerationLogicComponent<Place,PlaceState,PlaceNode> generationLogic, EfficientTreeComponent<PlaceNode> tree)Constructor parameters in org.processmining.specpp.proposal with type arguments of type EfficientTreeComponent Constructor Description ConstrainablePlaceProposer(ChildGenerationLogicComponent<Place,PlaceState,PlaceNode> cgl, SimpleBuilder<EfficientTreeComponent<PlaceNode>> treeBuilder)RestartablePlaceProposer(ChildGenerationLogicComponent<Place,PlaceState,PlaceNode> cgl, SimpleBuilder<EfficientTreeComponent<PlaceNode>> treeBuilder) -
Uses of EfficientTreeComponent in org.processmining.specpp.supervision.instrumentators
Classes in org.processmining.specpp.supervision.instrumentators that implement EfficientTreeComponent Modifier and Type Class Description classInstrumentedEfficientTree<N extends TreeNode & LocallyExpandable<N>>Constructors in org.processmining.specpp.supervision.instrumentators with parameters of type EfficientTreeComponent Constructor Description InstrumentedEfficientTree(EfficientTreeComponent<N> delegate)
-