Uses of Class
org.processmining.specpp.datastructures.tree.nodegen.PlaceNode
-
-
Uses of PlaceNode in org.processmining.specpp.config
Methods in org.processmining.specpp.config that return types with arguments of type PlaceNode Modifier and Type Method Description EfficientTreeConfiguration<Place,PlaceState,PlaceNode>ComponentConfig. getEfficientTreeConfiguration(GlobalComponentRepository gcr)EfficientTreeConfiguration<Place,PlaceState,PlaceNode>ComponentConfigImpl. getEfficientTreeConfiguration(GlobalComponentRepository gcr)Constructor parameters in org.processmining.specpp.config with type arguments of type PlaceNode Constructor Description ComponentConfigImpl(SupervisionConfiguration.Configurator svCfg, ProposerComposerConfiguration.Configurator<Place,AdvancedComposition<Place>,CollectionOfPlaces> pcCfg, EvaluatorConfiguration.Configurator evCfg, EfficientTreeConfiguration.Configurator<Place,PlaceState,PlaceNode> etCfg, PostProcessingConfiguration.Configurator<CollectionOfPlaces,ProMPetrinetWrapper> ppCfg) -
Uses of PlaceNode in org.processmining.specpp.config.parsing
Fields in org.processmining.specpp.config.parsing with type parameters of type PlaceNode Modifier and Type Field Description static com.google.gson.TypeAdapter<EfficientTreeConfiguration.Configurator<Place,PlaceState,PlaceNode>>ConfigurationParsing. EFFICIENT_TREE_TYPE_ADAPTER -
Uses of PlaceNode in org.processmining.specpp.config.presets
Methods in org.processmining.specpp.config.presets that return types with arguments of type PlaceNode Modifier and Type Method Description EfficientTreeConfiguration<Place,PlaceState,PlaceNode>BaseComponentConfig. getEfficientTreeConfiguration(GlobalComponentRepository gcr)EfficientTreeConfiguration<Place,PlaceState,PlaceNode>LightweightComponentConfig. getEfficientTreeConfiguration(GlobalComponentRepository gcr)EfficientTreeConfiguration<Place,PlaceState,PlaceNode>TauDeltaComponentConfig. getEfficientTreeConfiguration(GlobalComponentRepository gcr)EfficientTreeConfiguration<Place,PlaceState,PlaceNode>UniwiredComponentConfig. getEfficientTreeConfiguration(GlobalComponentRepository gcr) -
Uses of PlaceNode in org.processmining.specpp.datastructures.tree.constraints
Constructors in org.processmining.specpp.datastructures.tree.constraints with parameters of type PlaceNode Constructor Description CullPostsetChildren(PlaceNode affectedPlaceNode)CullPresetChildren(PlaceNode affectedNode) -
Uses of PlaceNode in org.processmining.specpp.datastructures.tree.nodegen
Methods in org.processmining.specpp.datastructures.tree.nodegen that return PlaceNode Modifier and Type Method Description PlaceNodeMonotonousPlaceGenerationLogic. generateChild(PlaceNode parent)PlaceNodePlaceNode. generateChild()PlaceNodeMonotonousPlaceGenerationLogic. generateRoot()protected PlaceNodeMonotonousPlaceGenerationLogic. makeChild(PlaceNode parent, Pair<BitMask> potentialExpansions, MonotonousPlaceGenerationLogic.ExpansionType expansionType)Creates the next child node to the given parent according to the potential expansion sets.PlaceNodePlaceNode. makeChild(Place childPlace, PlaceState childState)protected static PlaceNodePlaceNode. root(Place place, PlaceState state, ChildGenerationLogic<Place,PlaceState,PlaceNode> generationLogic)Methods in org.processmining.specpp.datastructures.tree.nodegen that return types with arguments of type PlaceNode Modifier and Type Method Description java.lang.Iterable<PlaceNode>PlaceNode. generatePotentialChildren()java.lang.Iterable<PlaceNode>MonotonousPlaceGenerationLogic. potentialFutureChildren(PlaceNode parent)Provides a lazily computed iterator of at this point considered potential children.Methods in org.processmining.specpp.datastructures.tree.nodegen with parameters of type PlaceNode Modifier and Type Method Description protected Pair<BitMask>MonotonousPlaceGenerationLogic. computePotentialExpansions(PlaceNode parent)Computes potential preset and postset expansions using all available constraints.voidMonotonousPlaceGenerationLogic. cullChildren(PlaceNode node, MonotonousPlaceGenerationLogic.ExpansionType expansionType)Clears the potential expansions of typeexpansionTypeof PlaceNodenode, thus cutting off the corresponding subtree.PlaceNodeMonotonousPlaceGenerationLogic. generateChild(PlaceNode parent)booleanMonotonousPlaceGenerationLogic. hasChildrenLeft(PlaceNode parent)protected PlaceNodeMonotonousPlaceGenerationLogic. makeChild(PlaceNode parent, Pair<BitMask> potentialExpansions, MonotonousPlaceGenerationLogic.ExpansionType expansionType)Creates the next child node to the given parent according to the potential expansion sets.booleanDepthLimiter. notAllowedToExpand(PlaceNode placeNode)booleanExpansionStopper. notAllowedToExpand(PlaceNode placeNode)default booleanWiringTester. notAllowedToExpand(PlaceNode placeNode)intMonotonousPlaceGenerationLogic. potentialChildrenCount(PlaceNode parent)The number of, at this point, potential children as computed bypotentialChildren.java.lang.Iterable<PlaceNode>MonotonousPlaceGenerationLogic. potentialFutureChildren(PlaceNode parent)Provides a lazily computed iterator of at this point considered potential children.Method parameters in org.processmining.specpp.datastructures.tree.nodegen with type arguments of type PlaceNode Modifier and Type Method Description protected static PlaceNodePlaceNode. root(Place place, PlaceState state, ChildGenerationLogic<Place,PlaceState,PlaceNode> generationLogic)Constructor parameters in org.processmining.specpp.datastructures.tree.nodegen with type arguments of type PlaceNode Constructor Description PlaceNode(Place place, PlaceState state, ChildGenerationLogic<Place,PlaceState,PlaceNode> generationLogic, boolean isRoot, int depth) -
Uses of PlaceNode in org.processmining.specpp.evaluation.heuristics
Methods in org.processmining.specpp.evaluation.heuristics with parameters of type PlaceNode Modifier and Type Method Description TreeNodeScoreEventuallyFollowsTreeHeuristic. computeHeuristic(PlaceNode node) -
Uses of PlaceNode in org.processmining.specpp.proposal
Fields in org.processmining.specpp.proposal with type parameters of type PlaceNode Modifier and Type Field Description protected ChildGenerationLogicComponent<Place,PlaceState,PlaceNode>ConstrainablePlaceProposer. cglprotected DelegatingDataSource<EfficientTreeConfiguration<Place,PlaceState,PlaceNode>>ConstrainablePlaceProposer.Builder. delegatingDataSourceprotected AbstractEfficientTreeBasedProposer<Place,PlaceNode>ConstrainablePlaceProposer. proposerprotected SimpleBuilder<EfficientTreeComponent<PlaceNode>>ConstrainablePlaceProposer. treeBuilderMethods in org.processmining.specpp.proposal that return types with arguments of type PlaceNode Modifier and Type Method Description protected AbstractEfficientTreeBasedProposer<Place,PlaceNode>ConstrainablePlaceProposer. createSubProposer()Methods in org.processmining.specpp.proposal with parameters of type PlaceNode Modifier and Type Method Description protected booleanPlaceProposer. describesValidCandidate(PlaceNode node)protected PlacePlaceProposer. extractCandidate(PlaceNode node)Method parameters in org.processmining.specpp.proposal with type arguments of type PlaceNode Modifier and Type Method Description protected voidConstrainablePlaceProposer. setProposer(AbstractEfficientTreeBasedProposer<Place,PlaceNode> proposer)protected voidRestartablePlaceProposer. setProposer(AbstractEfficientTreeBasedProposer<Place,PlaceNode> proposer)
-