Package | Description |
---|---|
org.processmining.streamconformance.local.model | |
org.processmining.streamconformance.local.plugin.gui |
Modifier and Type | Field and Description |
---|---|
protected OnlineConformanceScore |
LocalConformanceStatus.last |
Modifier and Type | Method and Description |
---|---|
OnlineConformanceScore |
LocalConformanceStatus.getCurrentScore() |
OnlineConformanceScore |
LocalConformanceStatus.replayEvent(java.lang.String newEventName)
This method performs the replay of a single event
|
OnlineConformanceScore |
LocalConformanceTracker.replayEvent(java.lang.String caseId,
java.lang.String newEventName)
This method performs the replay of an event and keeps track of corresponding process instance.
|
Modifier and Type | Field and Description |
---|---|
protected OnlineConformanceScore |
LocalConformanceListEntry.score |
Modifier and Type | Method and Description |
---|---|
OnlineConformanceScore |
LocalConformanceListEntry.getScore() |
Constructor and Description |
---|
LocalConformanceListEntry(java.lang.String caseId,
java.util.Date lastUpdate,
OnlineConformanceScore score) |