| Package | Description |
|---|---|
| org.processmining.workflownetanalyzer.models | |
| org.processmining.workflownetanalyzer.plugins |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowNetAnalyzerLogResult.addResultToTrace(org.processmining.plugins.replayer.replayresult.SyncReplayResult trace,
WorkflowNetAnalyzerResult result) |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowNetAnalyzerResult |
WorkflowNetAnalyzer.calculateDurations(org.processmining.framework.plugin.PluginContext context,
org.processmining.models.graphbased.directed.petrinet.StochasticNet input_net)
Calculates the minimum and maximum durations of the given workflow net.
|
static WorkflowNetAnalyzerResult |
WorkflowNetAnalyzer.calculateExpectedDuration(org.processmining.framework.plugin.PluginContext context,
org.processmining.models.graphbased.directed.petrinet.StochasticNet input_net)
Calculates the expected duration for the given workflownet
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<org.processmining.workflownetanalyzer.plugins.WorkflowNetAnalyzer.Timestamp,WorkflowNetAnalyzerResult> |
WorkflowNetAnalyzerUtils.getExpectedDurationsForMarkings(org.processmining.models.graphbased.directed.petrinet.StochasticNet input_net,
java.util.Collection<org.processmining.models.semantics.petrinet.Marking> initialMarkings) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowNetAnalyzerExport.export(org.processmining.framework.plugin.PluginContext context,
WorkflowNetAnalyzerResult model,
java.io.File file) |