Uses of Class
org.processmining.specpp.datastructures.petri.CollectionOfPlaces
-
-
Uses of CollectionOfPlaces in org.processmining.specpp.config
Methods in org.processmining.specpp.config that return types with arguments of type CollectionOfPlaces Modifier and Type Method Description PostProcessingConfiguration<CollectionOfPlaces,ProMPetrinetWrapper>ComponentConfig. getPostProcessingConfiguration(GlobalComponentRepository gcr)PostProcessingConfiguration<CollectionOfPlaces,ProMPetrinetWrapper>ComponentConfigImpl. getPostProcessingConfiguration(GlobalComponentRepository gcr)ProposerComposerConfiguration<Place,AdvancedComposition<Place>,CollectionOfPlaces>ComponentConfig. getProposerComposerConfiguration(GlobalComponentRepository gcr)ProposerComposerConfiguration<Place,AdvancedComposition<Place>,CollectionOfPlaces>ComponentConfigImpl. getProposerComposerConfiguration(GlobalComponentRepository gcr)Constructor parameters in org.processmining.specpp.config with type arguments of type CollectionOfPlaces 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)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 CollectionOfPlaces in org.processmining.specpp.config.parsing
Fields in org.processmining.specpp.config.parsing with type parameters of type CollectionOfPlaces Modifier and Type Field Description static com.google.gson.TypeAdapter<PostProcessingConfiguration.Configurator<CollectionOfPlaces,ProMPetrinetWrapper>>ConfigurationParsing. POST_PROCESSING_TYPE_ADAPTER -
Uses of CollectionOfPlaces in org.processmining.specpp.config.presets
-
Uses of CollectionOfPlaces in org.processmining.specpp.datastructures.petri
Methods in org.processmining.specpp.datastructures.petri with parameters of type CollectionOfPlaces Modifier and Type Method Description static ProMPetrinetWrapperProMPetrinetWrapper. of(CollectionOfPlaces myCollectionOfPlaces)Constructors in org.processmining.specpp.datastructures.petri with parameters of type CollectionOfPlaces Constructor Description ProMPetrinetBuilder(CollectionOfPlaces collectionOfPlaces) -
Uses of CollectionOfPlaces in org.processmining.specpp.headless
Methods in org.processmining.specpp.headless that return types with arguments of type CollectionOfPlaces Modifier and Type Method Description static ExecutionEnvironment.SPECppExecution<Place,BasePlaceComposition,CollectionOfPlaces,ProMPetrinetWrapper>ProMLessSPECpp. run(java.lang.String logPath, java.lang.String resultPath) -
Uses of CollectionOfPlaces in org.processmining.specpp.headless.batch
Methods in org.processmining.specpp.headless.batch that return types with arguments of type CollectionOfPlaces Modifier and Type Method Description ExecutionEnvironment.SPECppExecution<Place,BasePlaceComposition,CollectionOfPlaces,ProMPetrinetWrapper>SPECppPerformanceInfo. getExecution()Method parameters in org.processmining.specpp.headless.batch with type arguments of type CollectionOfPlaces Modifier and Type Method Description static voidBatching. handleCompletion(org.processmining.specpp.headless.batch.BatchContext bc, java.lang.String runIdentifier, SPECppConfigBundle cfg, ExecutionEnvironment.SPECppExecution<Place,BasePlaceComposition,CollectionOfPlaces,ProMPetrinetWrapper> execution)static voidBatching. handleEvaluation(org.processmining.specpp.headless.batch.BatchContext bc, java.lang.String runIdentifier, SPECppConfigBundle cfg, ExecutionEnvironment.SPECppExecution<Place,BasePlaceComposition,CollectionOfPlaces,ProMPetrinetWrapper> execution)static voidBatching. performEvaluation(org.processmining.specpp.headless.batch.EvalContext ec, java.lang.String runIdentifier, SPECppConfigBundle cfg, ExecutionEnvironment.SPECppExecution<Place,BasePlaceComposition,CollectionOfPlaces,ProMPetrinetWrapper> execution)Constructor parameters in org.processmining.specpp.headless.batch with type arguments of type CollectionOfPlaces Constructor Description SPECppModelInfo(java.lang.String runIdentifier, SPECpp<Place,BasePlaceComposition,CollectionOfPlaces,ProMPetrinetWrapper> specpp)SPECppPerformanceInfo(java.lang.String runIdentifier, ExecutionEnvironment.SPECppExecution<Place,BasePlaceComposition,CollectionOfPlaces,ProMPetrinetWrapper> execution) -
Uses of CollectionOfPlaces in org.processmining.specpp.postprocessing
Methods in org.processmining.specpp.postprocessing that return CollectionOfPlaces Modifier and Type Method Description CollectionOfPlacesLPBasedImplicitnessPostProcessing.Interruptible. postProcess(CollectionOfPlaces collectionOfPlaces)CollectionOfPlacesLPBasedImplicitnessPostProcessing. postProcess(CollectionOfPlaces collectionOfPlaces)CollectionOfPlacesMockPostProcessor. postProcess(CollectionOfPlaces result)CollectionOfPlacesNaiveUniwiredSelfLoopAdditionPostProcessing. postProcess(CollectionOfPlaces result)CollectionOfPlacesPlaceExporter. postProcess(CollectionOfPlaces result)CollectionOfPlacesReplayBasedImplicitnessPostProcessing.Interruptible. postProcess(CollectionOfPlaces result)CollectionOfPlacesReplayBasedImplicitnessPostProcessing. postProcess(CollectionOfPlaces result)CollectionOfPlacesSelfLoopPlaceMerger. postProcess(CollectionOfPlaces input)CollectionOfPlacesStrictUniwiredSelfLoopAdditionPostProcessing. postProcess(CollectionOfPlaces result)Methods in org.processmining.specpp.postprocessing that return types with arguments of type CollectionOfPlaces Modifier and Type Method Description protected PostProcessor<CollectionOfPlaces,CollectionOfPlaces>PlaceExporter.Builder. buildIfFullySatisfied()protected PostProcessor<CollectionOfPlaces,CollectionOfPlaces>PlaceExporter.Builder. buildIfFullySatisfied()default java.lang.Class<CollectionOfPlaces>CollectionOfPlacesPostProcessor. getInputClass()java.lang.Class<CollectionOfPlaces>MockPostProcessor. getInputClass()java.lang.Class<CollectionOfPlaces>ProMConverter. getInputClass()default java.lang.Class<CollectionOfPlaces>CollectionOfPlacesPostProcessor. getOutputClass()java.lang.Class<CollectionOfPlaces>MockPostProcessor. getOutputClass()Methods in org.processmining.specpp.postprocessing with parameters of type CollectionOfPlaces Modifier and Type Method Description CollectionOfPlacesLPBasedImplicitnessPostProcessing.Interruptible. postProcess(CollectionOfPlaces collectionOfPlaces)CollectionOfPlacesLPBasedImplicitnessPostProcessing. postProcess(CollectionOfPlaces collectionOfPlaces)CollectionOfPlacesMockPostProcessor. postProcess(CollectionOfPlaces result)CollectionOfPlacesNaiveUniwiredSelfLoopAdditionPostProcessing. postProcess(CollectionOfPlaces result)CollectionOfPlacesPlaceExporter. postProcess(CollectionOfPlaces result)ProMPetrinetWrapperProMConverter. postProcess(CollectionOfPlaces result)CollectionOfPlacesReplayBasedImplicitnessPostProcessing.Interruptible. postProcess(CollectionOfPlaces result)CollectionOfPlacesReplayBasedImplicitnessPostProcessing. postProcess(CollectionOfPlaces result)CollectionOfPlacesSelfLoopPlaceMerger. postProcess(CollectionOfPlaces input)CollectionOfPlacesStrictUniwiredSelfLoopAdditionPostProcessing. postProcess(CollectionOfPlaces result) -
Uses of CollectionOfPlaces in org.processmining.specpp.prom.mvc.discovery
Methods in org.processmining.specpp.prom.mvc.discovery that return types with arguments of type CollectionOfPlaces Modifier and Type Method Description SPECpp<Place,AdvancedComposition<Place>,CollectionOfPlaces,ProMPetrinetWrapper>DiscoveryController. getSpecpp()Constructor parameters in org.processmining.specpp.prom.mvc.discovery with type arguments of type CollectionOfPlaces Constructor Description SearchSpacePanel(SPECpp<Place,AdvancedComposition<Place>,CollectionOfPlaces,ProMPetrinetWrapper> specpp) -
Uses of CollectionOfPlaces in org.processmining.specpp.prom.mvc.result
Constructors in org.processmining.specpp.prom.mvc.result with parameters of type CollectionOfPlaces Constructor Description PetriNetResultPanel(CollectionOfPlaces collectionOfPlaces, Evaluator<Place,DetailedFitnessEvaluation> evaluator, IntVector variantFrequencies, boolean addOriginalIdColumn)
-