Skip navigation links
A B C D E G H I M O S T V W 

A

addNeighbourArcsToNewTransition(TimedTransition, Transition, StochasticNet, StochasticNet, Map<Place, Place>) - Static method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzerDistributionDiscretization
 
addResultToTrace(SyncReplayResult, WorkflowNetAnalyzerResult) - Method in class org.processmining.workflownetanalyzer.models.WorkflowNetAnalyzerLogResult
 

B

bucketInterval - Variable in class org.processmining.workflownetanalyzer.plugins.ui.DurationAnalysisConfig
 

C

calculateDurations(PluginContext, StochasticNet) - Static method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzer
Calculates the minimum and maximum durations of the given workflow net.
calculateDurationsAcyclic(StochasticNet, ArrayDeque<DirectedGraphNode>) - Static method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzer
Calculates minimum/maximum time for acyclic workflow nets
calculateDurationsCyclic(StochasticNet) - Static method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzer
Calculates minimum/maximum time for cyclic workflow nets
calculateDurationsStochastic(PluginContext, StochasticNet, long) - Static method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzer
 
calculateDurationsUI(UIPluginContext, StochasticNet) - Static method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzer
Perform a duration analysis of the given net.
calculateExpectedDuration(PluginContext, StochasticNet) - Static method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzer
Calculates the expected duration for the given workflownet
calculateExpectedRemainingTimesForLog(UIPluginContext, XLog, StochasticNet) - Static method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzer
Discretize the given net.
calculateExpectedTime - Variable in class org.processmining.workflownetanalyzer.plugins.ui.DurationAnalysisConfig
 
calculateMinMaxTime - Variable in class org.processmining.workflownetanalyzer.plugins.ui.DurationAnalysisConfig
 
cancel(PluginContext, String) - Static method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzer
 
cutoffValue - Variable in class org.processmining.workflownetanalyzer.plugins.ui.DurationAnalysisConfig
 

D

discretize - Variable in class org.processmining.workflownetanalyzer.plugins.ui.DurationAnalysisConfig
 
discretizeDistributions(PluginContext, double, double, StochasticNet) - Static method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzerDistributionDiscretization
 
discretizeNet(UIPluginContext, StochasticNet) - Static method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzer
Discretize the given net.
discretizeNet(PluginContext, StochasticNet, double, double) - Static method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzer
Discretize the given net.
DurationAnalysisConfig - Class in org.processmining.workflownetanalyzer.plugins.ui
 
DurationAnalysisConfig() - Constructor for class org.processmining.workflownetanalyzer.plugins.ui.DurationAnalysisConfig
 

E

equals(Object) - Method in class org.processmining.workflownetanalyzer.models.WorkflowNetAnalyzerResult
 
export(PluginContext, WorkflowNetAnalyzerResult, File) - Method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzerExport
 
exportToFile(File) - Method in class org.processmining.workflownetanalyzer.models.WorkflowNetAnalyzerResult
 
extractPredecessors(Petrinet, DirectedGraphNode) - Static method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzerUtils
Returns the predecessors of the given node in the petri net, i.e.
extractSuccessors(Petrinet, DirectedGraphNode) - Static method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzerUtils
Returns the successors of the given node in the petri net, i.e.

G

getConfig(UIPluginContext) - Method in class org.processmining.workflownetanalyzer.plugins.ui.WorkflowNetAnalyzerPanel
 
getConfig(UIPluginContext) - Method in class org.processmining.workflownetanalyzer.plugins.ui.WorkflowNetDistributionDiscretizerPanel
 
getExpectedDuration() - Method in class org.processmining.workflownetanalyzer.models.WorkflowNetAnalyzerResult
 
getExpectedDurationsForMarkings(StochasticNet, Collection<Marking>) - Static method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzerUtils
 
getFileFilter() - Method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzerImport
 
getMarkovChainGenerationTime() - Method in class org.processmining.workflownetanalyzer.models.WorkflowNetAnalyzerResult
 
getMarkovChainSolverTime() - Method in class org.processmining.workflownetanalyzer.models.WorkflowNetAnalyzerResult
 
getMaxDuration() - Method in class org.processmining.workflownetanalyzer.models.WorkflowNetAnalyzerResult
 
getMinDuration() - Method in class org.processmining.workflownetanalyzer.models.WorkflowNetAnalyzerResult
 
getNumberOfMarkings() - Method in class org.processmining.workflownetanalyzer.models.WorkflowNetAnalyzerResult
 

H

hashCode() - Method in class org.processmining.workflownetanalyzer.models.WorkflowNetAnalyzerResult
 

I

importFromStream(PluginContext, InputStream, String, long) - Method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzerImport
 
importStochasticNetFromFilePath(String) - Static method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzerUtils
 

M

main(String[]) - Static method in class org.processmining.workflownetanalyzer.plugins.cli.WorkflowNetAnalyzerInvoker
 
main(String[]) - Static method in class org.processmining.workflownetanalyzer.plugins.cli.WorkflowNetDiscretizationBatchInvoker
 
main(String[]) - Static method in class org.processmining.workflownetanalyzer.plugins.cli.WorkflowNetDurationAnalysisBatchInvoker
 
maxSuccessorTime(StochasticNet, Place, Map<Transition, Double>) - Static method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzer
 
minSuccessorTime(StochasticNet, Place, Map<Transition, Double>) - Static method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzer
 

O

org.processmining.workflownetanalyzer.models - package org.processmining.workflownetanalyzer.models
 
org.processmining.workflownetanalyzer.models.visualization - package org.processmining.workflownetanalyzer.models.visualization
 
org.processmining.workflownetanalyzer.plugins - package org.processmining.workflownetanalyzer.plugins
 
org.processmining.workflownetanalyzer.plugins.cli - package org.processmining.workflownetanalyzer.plugins.cli
 
org.processmining.workflownetanalyzer.plugins.ui - package org.processmining.workflownetanalyzer.plugins.ui
 

S

setExpectedDuration(String) - Method in class org.processmining.workflownetanalyzer.models.WorkflowNetAnalyzerResult
 
setMarkovChainGenerationTime(String) - Method in class org.processmining.workflownetanalyzer.models.WorkflowNetAnalyzerResult
 
setMarkovChainSolverTime(String) - Method in class org.processmining.workflownetanalyzer.models.WorkflowNetAnalyzerResult
 
setMaxDuration(String) - Method in class org.processmining.workflownetanalyzer.models.WorkflowNetAnalyzerResult
 
setMinDuration(String) - Method in class org.processmining.workflownetanalyzer.models.WorkflowNetAnalyzerResult
 
setMinMaxDuration(String, String) - Method in class org.processmining.workflownetanalyzer.models.WorkflowNetAnalyzerResult
 
setNumberOfMarkings(String) - Method in class org.processmining.workflownetanalyzer.models.WorkflowNetAnalyzerResult
 

T

toHTMLString(boolean) - Method in class org.processmining.workflownetanalyzer.models.WorkflowNetAnalyzerResult
 
topologicalSort(Petrinet) - Static method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzerUtils
Returns the topological ordering of the underlying graph of the given petrinet, where transitions and places are both graph nodes
topologicalSort(Petrinet, DirectedGraphNode) - Static method in class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzerUtils
Returns the topological ordering of the underlying graph of the given petrinet, where transitions and places are both graph nodes

V

visualize(PluginContext, WorkflowNetAnalyzerLogResult) - Method in class org.processmining.workflownetanalyzer.models.visualization.WorkflowNetAnalyzerLogResultVisualizer
 

W

WorkflowNetAnalyzer - Class in org.processmining.workflownetanalyzer.plugins
 
WorkflowNetAnalyzer() - Constructor for class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzer
 
WorkflowNetAnalyzerDistributionDiscretization - Class in org.processmining.workflownetanalyzer.plugins
 
WorkflowNetAnalyzerDistributionDiscretization() - Constructor for class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzerDistributionDiscretization
 
WorkflowNetAnalyzerExport - Class in org.processmining.workflownetanalyzer.plugins
 
WorkflowNetAnalyzerExport() - Constructor for class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzerExport
 
WorkflowNetAnalyzerImport - Class in org.processmining.workflownetanalyzer.plugins
 
WorkflowNetAnalyzerImport() - Constructor for class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzerImport
 
WorkflowNetAnalyzerInvoker - Class in org.processmining.workflownetanalyzer.plugins.cli
 
WorkflowNetAnalyzerInvoker() - Constructor for class org.processmining.workflownetanalyzer.plugins.cli.WorkflowNetAnalyzerInvoker
 
WorkflowNetAnalyzerLogResult - Class in org.processmining.workflownetanalyzer.models
 
WorkflowNetAnalyzerLogResult(Collection<SyncReplayResult>) - Constructor for class org.processmining.workflownetanalyzer.models.WorkflowNetAnalyzerLogResult
 
WorkflowNetAnalyzerLogResultVisualizer - Class in org.processmining.workflownetanalyzer.models.visualization
 
WorkflowNetAnalyzerLogResultVisualizer() - Constructor for class org.processmining.workflownetanalyzer.models.visualization.WorkflowNetAnalyzerLogResultVisualizer
 
WorkflowNetAnalyzerPanel - Class in org.processmining.workflownetanalyzer.plugins.ui
 
WorkflowNetAnalyzerPanel() - Constructor for class org.processmining.workflownetanalyzer.plugins.ui.WorkflowNetAnalyzerPanel
 
WorkflowNetAnalyzerResult - Class in org.processmining.workflownetanalyzer.models
A class used for storing results obtained by analyzing workflow nets.
WorkflowNetAnalyzerResult() - Constructor for class org.processmining.workflownetanalyzer.models.WorkflowNetAnalyzerResult
 
WorkflowNetAnalyzerResult(InputStream) - Constructor for class org.processmining.workflownetanalyzer.models.WorkflowNetAnalyzerResult
 
WorkflowNetAnalyzerUtils - Class in org.processmining.workflownetanalyzer.plugins
 
WorkflowNetAnalyzerUtils() - Constructor for class org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzerUtils
 
WorkflowNetDiscretizationBatchInvoker - Class in org.processmining.workflownetanalyzer.plugins.cli
 
WorkflowNetDiscretizationBatchInvoker() - Constructor for class org.processmining.workflownetanalyzer.plugins.cli.WorkflowNetDiscretizationBatchInvoker
 
WorkflowNetDistributionDiscretizerPanel - Class in org.processmining.workflownetanalyzer.plugins.ui
 
WorkflowNetDistributionDiscretizerPanel() - Constructor for class org.processmining.workflownetanalyzer.plugins.ui.WorkflowNetDistributionDiscretizerPanel
 
WorkflowNetDurationAnalysisBatchInvoker - Class in org.processmining.workflownetanalyzer.plugins.cli
 
WorkflowNetDurationAnalysisBatchInvoker() - Constructor for class org.processmining.workflownetanalyzer.plugins.cli.WorkflowNetDurationAnalysisBatchInvoker
 
A B C D E G H I M O S T V W 
Skip navigation links