| Package | Description |
|---|---|
| org.processmining.models.queueminer.queuepredictor | |
| org.processmining.models.queueminer.sojournpredictor | |
| org.processmining.models.queueminer.utils |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<ArrivingEvent> |
PredictionDataContainer.getPredictionData() |
| Modifier and Type | Method and Description |
|---|---|
void |
PredictionDataContainer.addPredictionData(ArrivingEvent ae) |
static void |
QueuePredictor.predictQueueExitTime(QueueClustering qc,
ArrivingEvent ae,
long timeWaited)
given an incoming event at some time, predict the time the event is done
|
| Modifier and Type | Method and Description |
|---|---|
long |
QueueSojournPredictor.predictSojournTime(ArrivingEvent ae,
boolean useContext) |
| Modifier and Type | Method and Description |
|---|---|
static ArrivingEvent |
ArrivingEvent.fromLogEvent(org.deckfour.xes.model.XEvent thisEvent) |
static ArrivingEvent |
ArrivingEvent.fromLogEvents(org.deckfour.xes.model.XEvent thisEvent,
org.deckfour.xes.model.XEvent nextEvent) |
| Modifier and Type | Method and Description |
|---|---|
int |
ArrivingEvent.compareTo(ArrivingEvent ae) |
int |
ArrivingTrace.compareTo(ArrivingEvent ae) |