Uses of Class
org.processmining.specpp.datastructures.tree.nodegen.PlaceState
-
-
Uses of PlaceState in org.processmining.specpp.config
Methods in org.processmining.specpp.config that return types with arguments of type PlaceState 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 PlaceState 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 PlaceState in org.processmining.specpp.config.parsing
Fields in org.processmining.specpp.config.parsing with type parameters of type PlaceState Modifier and Type Field Description static com.google.gson.TypeAdapter<EfficientTreeConfiguration.Configurator<Place,PlaceState,PlaceNode>>ConfigurationParsing. EFFICIENT_TREE_TYPE_ADAPTER -
Uses of PlaceState in org.processmining.specpp.config.presets
Methods in org.processmining.specpp.config.presets that return types with arguments of type PlaceState 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 PlaceState in org.processmining.specpp.datastructures.tree.nodegen
Methods in org.processmining.specpp.datastructures.tree.nodegen that return PlaceState Modifier and Type Method Description protected PlaceStateMonotonousPlaceGenerationLogic. makeChildState(Pair<BitMask> potentialExpansions, Place parentPlace, Place childPlace)static PlaceStatePlaceState. withPotentialExpansions(BitMask potentialPresetExpansions, BitMask potentialPostsetExpansions)Methods in org.processmining.specpp.datastructures.tree.nodegen with parameters of type PlaceState Modifier and Type Method Description protected BitMaskMonotonousPlaceGenerationLogic. computeFilteredPotentialExpansions(Place place, PlaceState state, MonotonousPlaceGenerationLogic.ExpansionType expansionType)Computes potential expansions for the specified expansion type.PlaceNodePlaceNode. makeChild(Place childPlace, PlaceState childState)protected static PlaceNodePlaceNode. root(Place place, PlaceState state, ChildGenerationLogic<Place,PlaceState,PlaceNode> generationLogic)Method parameters in org.processmining.specpp.datastructures.tree.nodegen with type arguments of type PlaceState Modifier and Type Method Description protected static PlaceNodePlaceNode. root(Place place, PlaceState state, ChildGenerationLogic<Place,PlaceState,PlaceNode> generationLogic)Constructors in org.processmining.specpp.datastructures.tree.nodegen with parameters of type PlaceState Constructor Description PlaceNode(Place place, PlaceState state, ChildGenerationLogic<Place,PlaceState,PlaceNode> generationLogic, boolean isRoot, int depth)Constructor parameters in org.processmining.specpp.datastructures.tree.nodegen with type arguments of type PlaceState Constructor Description PlaceNode(Place place, PlaceState state, ChildGenerationLogic<Place,PlaceState,PlaceNode> generationLogic, boolean isRoot, int depth) -
Uses of PlaceState in org.processmining.specpp.proposal
Fields in org.processmining.specpp.proposal with type parameters of type PlaceState Modifier and Type Field Description protected ChildGenerationLogicComponent<Place,PlaceState,PlaceNode>ConstrainablePlaceProposer. cglprotected DelegatingDataSource<EfficientTreeConfiguration<Place,PlaceState,PlaceNode>>ConstrainablePlaceProposer.Builder. delegatingDataSourceConstructor parameters in org.processmining.specpp.proposal with type arguments of type PlaceState Constructor Description ConstrainablePlaceProposer(ChildGenerationLogicComponent<Place,PlaceState,PlaceNode> cgl, SimpleBuilder<EfficientTreeComponent<PlaceNode>> treeBuilder)PlaceProposer(ChildGenerationLogicComponent<Place,PlaceState,PlaceNode> generationLogic, EfficientTreeComponent<PlaceNode> tree)RestartablePlaceProposer(ChildGenerationLogicComponent<Place,PlaceState,PlaceNode> cgl, SimpleBuilder<EfficientTreeComponent<PlaceNode>> treeBuilder)
-