public class TransactionalInformation extends java.lang.Object implements QualityCheck
| Modifier and Type | Field and Description |
|---|---|
Output |
output
Output for the transactional information check.
|
| Constructor and Description |
|---|
TransactionalInformation() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkClear(CentralRegistryInterface list)
Check transactional information with the use of a specified list.
|
void |
checkQuality(org.deckfour.xes.model.XLog eventlog)
Check transactional information on XLog level.
|
void |
checkQuality(org.deckfour.xes.model.XLog eventlog,
org.deckfour.xes.model.XTrace trace)
Check transactional information on XTrace level.
|
void |
checkQuality(org.deckfour.xes.model.XLog eventlog,
org.deckfour.xes.model.XTrace trace,
org.deckfour.xes.model.XAttribute att)
Check transactional information 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 transactional information 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 transactional information on Event-Attribute level.
|
Output |
getResult()
Set the result for the transactional information check.
|
void |
initialize()
Initialize the variables.
|
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 QualityCheck