public class CheckResult
extends java.lang.Object
Constructor and Description |
---|
CheckResult(int nr,
org.deckfour.xes.model.XTrace pi) |
Modifier and Type | Method and Description |
---|---|
int |
getNumberInLog()
Get the number of this process instance in the log.
|
org.deckfour.xes.model.XTrace |
getProcessInstance(org.deckfour.xes.model.XLog log)
Get the process instance, given a log.
|
java.lang.String |
toString()
To string this item.
|
public int getNumberInLog()
public org.deckfour.xes.model.XTrace getProcessInstance(org.deckfour.xes.model.XLog log)
log
- The log to found this process instance.public java.lang.String toString()
toString
in class java.lang.Object