public class Consistency extends java.lang.Object implements QualityCheck
| Modifier and Type | Field and Description |
|---|---|
Output |
output
Output for the consistency check.
|
| Constructor and Description |
|---|
Consistency() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkClear(CentralRegistryInterface list)
Check consistency with the use of a specified list.
|
void |
checkQuality(org.deckfour.xes.model.XLog eventlog)
Check consistency on XLog level.
|
void |
checkQuality(org.deckfour.xes.model.XLog eventlog,
org.deckfour.xes.model.XTrace trace)
Check consistency on XTrace level.
|
void |
checkQuality(org.deckfour.xes.model.XLog eventlog,
org.deckfour.xes.model.XTrace trace,
org.deckfour.xes.model.XAttribute att)
Check consistency 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 consistency 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 consistency on Event-Attribute level.
|
Output |
getResult()
Set the result of the consistency check.
|
void |
initialize()
Initializes all the variables.
|
static boolean |
isAlphaSpace(java.lang.String str)
Check whether the string is made of only characters.
|
static boolean |
isNumericSpace(java.lang.String str)
Check whether the string only consists of numeric values.
|
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 static boolean isAlphaSpace(java.lang.String str)
str - public static boolean isNumericSpace(java.lang.String str)
str -