public class TimePredictorPlugin
extends java.lang.Object
Working procedure: - Go to current marking by simple replay in the model. - Simulate a number of traces to see end result
Constructor and Description |
---|
TimePredictorPlugin() |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
computeRisk(org.processmining.contexts.uitopia.UIPluginContext context,
StochasticNet model,
org.deckfour.xes.model.XTrace observedEvents,
java.util.Date currentTime,
java.util.Date targetTime) |
java.lang.Double |
predict(org.processmining.contexts.uitopia.UIPluginContext context,
StochasticNet model,
org.deckfour.xes.model.XTrace observedEvents,
java.util.Date currentTime) |
public java.lang.Double predict(org.processmining.contexts.uitopia.UIPluginContext context, StochasticNet model, org.deckfour.xes.model.XTrace observedEvents, java.util.Date currentTime)
public java.lang.Double computeRisk(org.processmining.contexts.uitopia.UIPluginContext context, StochasticNet model, org.deckfour.xes.model.XTrace observedEvents, java.util.Date currentTime, java.util.Date targetTime)