Uses of Class
org.processmining.specpp.datastructures.petri.ProMPetrinetWrapper
-
-
Uses of ProMPetrinetWrapper in org.processmining.specpp.config
Methods in org.processmining.specpp.config that return types with arguments of type ProMPetrinetWrapper Modifier and Type Method Description PostProcessingConfiguration<CollectionOfPlaces,ProMPetrinetWrapper>ComponentConfig. getPostProcessingConfiguration(GlobalComponentRepository gcr)PostProcessingConfiguration<CollectionOfPlaces,ProMPetrinetWrapper>ComponentConfigImpl. getPostProcessingConfiguration(GlobalComponentRepository gcr)Constructor parameters in org.processmining.specpp.config with type arguments of type ProMPetrinetWrapper 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 ProMPetrinetWrapper in org.processmining.specpp.config.parsing
Fields in org.processmining.specpp.config.parsing with type parameters of type ProMPetrinetWrapper Modifier and Type Field Description static com.google.gson.TypeAdapter<PostProcessingConfiguration.Configurator<CollectionOfPlaces,ProMPetrinetWrapper>>ConfigurationParsing. POST_PROCESSING_TYPE_ADAPTER -
Uses of ProMPetrinetWrapper in org.processmining.specpp.config.presets
Methods in org.processmining.specpp.config.presets that return types with arguments of type ProMPetrinetWrapper Modifier and Type Method Description PostProcessingConfiguration<CollectionOfPlaces,ProMPetrinetWrapper>BaseComponentConfig. getPostProcessingConfiguration(GlobalComponentRepository gcr)PostProcessingConfiguration<CollectionOfPlaces,ProMPetrinetWrapper>PlaceOracleComponentConfig. getPostProcessingConfiguration(GlobalComponentRepository gcr)PostProcessingConfiguration<CollectionOfPlaces,ProMPetrinetWrapper>UniwiredComponentConfig. getPostProcessingConfiguration(GlobalComponentRepository gcr) -
Uses of ProMPetrinetWrapper in org.processmining.specpp.datastructures.petri
Methods in org.processmining.specpp.datastructures.petri that return ProMPetrinetWrapper Modifier and Type Method Description ProMPetrinetWrapperProMPetrinetBuilder. build()ProMPetrinetWrapperProMPetrinetWrapper. copy()static ProMPetrinetWrapperProMPetrinetWrapper. of(org.processmining.models.graphbased.directed.petrinet.Petrinet net, org.processmining.models.semantics.petrinet.Marking initialMarking, java.util.Set<org.processmining.models.semantics.petrinet.Marking> finalMarkings)static ProMPetrinetWrapperProMPetrinetWrapper. of(CollectionOfPlaces myCollectionOfPlaces)Methods in org.processmining.specpp.datastructures.petri with parameters of type ProMPetrinetWrapper Modifier and Type Method Description static PetrinetVisualizationPetrinetVisualization. of(java.lang.String title, ProMPetrinetWrapper petrinetWrapper)static PetrinetVisualizationPetrinetVisualization. of(ProMPetrinetWrapper petrinetWrapper) -
Uses of ProMPetrinetWrapper in org.processmining.specpp.headless
Methods in org.processmining.specpp.headless that return types with arguments of type ProMPetrinetWrapper Modifier and Type Method Description static ExecutionEnvironment.SPECppExecution<Place,BasePlaceComposition,CollectionOfPlaces,ProMPetrinetWrapper>ProMLessSPECpp. run(java.lang.String logPath, java.lang.String resultPath) -
Uses of ProMPetrinetWrapper in org.processmining.specpp.headless.batch
Methods in org.processmining.specpp.headless.batch that return types with arguments of type ProMPetrinetWrapper 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 ProMPetrinetWrapper 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 ProMPetrinetWrapper 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 ProMPetrinetWrapper in org.processmining.specpp.orchestra
Methods in org.processmining.specpp.orchestra with parameters of type ProMPetrinetWrapper Modifier and Type Method Description static voidSPECppOutputtingUtils. printFinalResult(ProMPetrinetWrapper finalResult)Deprecated.static voidSPECppOutputtingUtils. saveFinalResult(OutputPathParameters outputPathParameters, ProMPetrinetWrapper finalResult, PetrinetVisualization petrinetVisualization)Deprecated.Method parameters in org.processmining.specpp.orchestra with type arguments of type ProMPetrinetWrapper Modifier and Type Method Description static voidSPECppOutputtingUtils. postExecution(SPECpp<?,?,?,ProMPetrinetWrapper> specpp, boolean allowPrinting, boolean allowVisualOutput, boolean allowSaving)Deprecated. -
Uses of ProMPetrinetWrapper in org.processmining.specpp.postprocessing
Methods in org.processmining.specpp.postprocessing that return ProMPetrinetWrapper Modifier and Type Method Description ProMPetrinetWrapperAddDanglingTransitionPostProcessing. postProcess(ProMPetrinetWrapper input)ProMPetrinetWrapperProMConverter. postProcess(CollectionOfPlaces result)Methods in org.processmining.specpp.postprocessing that return types with arguments of type ProMPetrinetWrapper Modifier and Type Method Description java.lang.Class<ProMPetrinetWrapper>AddDanglingTransitionPostProcessing. getInputClass()java.lang.Class<ProMPetrinetWrapper>AddDanglingTransitionPostProcessing. getOutputClass()java.lang.Class<ProMPetrinetWrapper>ProMConverter. getOutputClass()Methods in org.processmining.specpp.postprocessing with parameters of type ProMPetrinetWrapper Modifier and Type Method Description ProMPetrinetWrapperAddDanglingTransitionPostProcessing. postProcess(ProMPetrinetWrapper input) -
Uses of ProMPetrinetWrapper in org.processmining.specpp.prom.mvc
Methods in org.processmining.specpp.prom.mvc that return ProMPetrinetWrapper Modifier and Type Method Description ProMPetrinetWrapperSPECppController. getResult()Methods in org.processmining.specpp.prom.mvc with parameters of type ProMPetrinetWrapper Modifier and Type Method Description voidSPECppController. discoveryCompleted(ProMPetrinetWrapper result, java.util.List<Result> intermediatePostProcessingResults) -
Uses of ProMPetrinetWrapper in org.processmining.specpp.prom.mvc.discovery
Methods in org.processmining.specpp.prom.mvc.discovery that return types with arguments of type ProMPetrinetWrapper Modifier and Type Method Description SPECpp<Place,AdvancedComposition<Place>,CollectionOfPlaces,ProMPetrinetWrapper>DiscoveryController. getSpecpp()Methods in org.processmining.specpp.prom.mvc.discovery with parameters of type ProMPetrinetWrapper Modifier and Type Method Description voidLivePlacesGraph. update(ProMPetrinetWrapper petrinet)Constructor parameters in org.processmining.specpp.prom.mvc.discovery with type arguments of type ProMPetrinetWrapper Constructor Description SearchSpacePanel(SPECpp<Place,AdvancedComposition<Place>,CollectionOfPlaces,ProMPetrinetWrapper> specpp) -
Uses of ProMPetrinetWrapper in org.processmining.specpp.prom.mvc.result
Methods in org.processmining.specpp.prom.mvc.result that return ProMPetrinetWrapper Modifier and Type Method Description ProMPetrinetWrapperResultController. getResult()Constructors in org.processmining.specpp.prom.mvc.result with parameters of type ProMPetrinetWrapper Constructor Description ProMPetrinetResultPanel(ProMPetrinetWrapper proMPetrinetWrapper)ResultEvaluationPanel(ResultController resultController, ProMPetrinetWrapper proMPetrinetWrapper)ResultPanel(ResultController controller, ProMPetrinetWrapper result, java.util.List<Result> intermediatePostProcessingResults) -
Uses of ProMPetrinetWrapper in org.processmining.specpp.util
Methods in org.processmining.specpp.util with parameters of type ProMPetrinetWrapper Modifier and Type Method Description static doubleEvalUtils. computeAlignmentBasedFitness(org.processmining.framework.plugin.PluginContext context, EvalUtils.EvaluationLogData evaluationLogData, org.processmining.plugins.connectionfactories.logpetrinet.TransEvClassMapping evClassMapping, ProMPetrinetWrapper proMPetrinetWrapper, nl.tue.astar.AStarThread.Canceller canceller, boolean attemptILP)static org.processmining.plugins.petrinet.replayresult.PNRepResultEvalUtils. computeAlignmentBasedReplay(org.processmining.framework.plugin.PluginContext context, EvalUtils.EvaluationLogData evaluationLogData, org.processmining.plugins.connectionfactories.logpetrinet.TransEvClassMapping evClassMapping, ProMPetrinetWrapper proMPetrinetWrapper, nl.tue.astar.AStarThread.Canceller canceller, boolean attemptILP)static org.processmining.plugins.etconformance.ETCResultsEvalUtils. computeETC(org.processmining.framework.plugin.PluginContext childContext, EvalUtils.EvaluationLogData evaluationLogData, org.processmining.plugins.connectionfactories.logpetrinet.TransEvClassMapping evClassMapping, ProMPetrinetWrapper proMPetrinetWrapper)static doubleEvalUtils. computeETCPrecision(org.processmining.framework.plugin.PluginContext childContext, EvalUtils.EvaluationLogData evaluationLogData, org.processmining.plugins.connectionfactories.logpetrinet.TransEvClassMapping evClassMapping, ProMPetrinetWrapper proMPetrinetWrapper)static voidFileUtils. savePetrinetToPnml(java.lang.String filePath, ProMPetrinetWrapper pn)
-