public class TimestampFormat extends java.lang.Object implements QualityCheck
| Modifier and Type | Field and Description |
|---|---|
Output |
output
Output for the timestampFormat check.
|
| Constructor and Description |
|---|
TimestampFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkClear(CentralRegistryInterface list)
Check timestampFormat with the use of a specified list.
|
void |
checkQuality(org.deckfour.xes.model.XLog eventlog)
Check timestampFormat on XLog level.
|
void |
checkQuality(org.deckfour.xes.model.XLog eventlog,
org.deckfour.xes.model.XTrace trace)
Check timestampFormat on XTrace level.
|
void |
checkQuality(org.deckfour.xes.model.XLog eventlog,
org.deckfour.xes.model.XTrace trace,
org.deckfour.xes.model.XAttribute att)
Check timestampFormat on Trace-Attribute level.
|
void |
checkQuality(org.deckfour.xes.model.XLog eventlog,
org.deckfour.xes.model.XTrace trace,
org.deckfour.xes.model.XEvent event)
Check timestampFormat on XEvent level.
|
void |
checkQuality(org.deckfour.xes.model.XLog eventlog,
org.deckfour.xes.model.XTrace trace,
org.deckfour.xes.model.XEvent event,
org.deckfour.xes.model.XAttribute att)
Check timestampFormat on Event-Attribute level.
|
Output |
getResult()
Set the result for the timestampFormat check.
|
void |
initialize()
Initialize the variables.
|
int |
timestampScore()
Set the score for one timestamp attribute.
|
public Output output
public void initialize()
initialize in interface QualityCheckpublic void checkQuality(org.deckfour.xes.model.XLog eventlog)
checkQuality in interface QualityCheckpublic void checkQuality(org.deckfour.xes.model.XLog eventlog,
org.deckfour.xes.model.XTrace trace)
checkQuality in interface QualityCheckpublic void checkQuality(org.deckfour.xes.model.XLog eventlog,
org.deckfour.xes.model.XTrace trace,
org.deckfour.xes.model.XAttribute att)
checkQuality in interface QualityCheckpublic void checkQuality(org.deckfour.xes.model.XLog eventlog,
org.deckfour.xes.model.XTrace trace,
org.deckfour.xes.model.XEvent event)
checkQuality in interface QualityCheckpublic void checkQuality(org.deckfour.xes.model.XLog eventlog,
org.deckfour.xes.model.XTrace trace,
org.deckfour.xes.model.XEvent event,
org.deckfour.xes.model.XAttribute att)
checkQuality in interface QualityCheckpublic void checkClear(CentralRegistryInterface list)
checkClear in interface QualityCheckpublic Output getResult()
getResult in interface QualityCheckpublic int timestampScore()