| Package | Description |
|---|---|
| org.processmining.logqualitycheck.dataqualityaspects | |
| org.processmining.logqualitycheck.interfaces |
| Modifier and Type | Method and Description |
|---|---|
void |
Consistency.checkClear(CentralRegistryInterface list)
Check consistency with the use of a specified list.
|
void |
Correctness.checkClear(CentralRegistryInterface list)
Check correctness with the use of a specified list.
|
void |
EventOrdering.checkClear(CentralRegistryInterface list)
Check ordering with the use of a specified list.
|
void |
EventsTimegaps.checkClear(CentralRegistryInterface list)
Check timegaps for events with the use of a specified list.
|
void |
LogDuplicates.checkClear(CentralRegistryInterface list)
Check consistency with the use of a specified list.
|
void |
MissingValues.checkClear(CentralRegistryInterface list)
Check missingValues with the use of a specified list.
|
void |
Relevancy.checkClear(CentralRegistryInterface list)
Check relevancy with the use of a specified list.
|
void |
Resource.checkClear(CentralRegistryInterface list)
Check resources with the use of a specified list.
|
void |
StandardsXES.checkClear(CentralRegistryInterface list)
Check XES Standards with the use of a specified list.
|
void |
Structuredness.checkClear(CentralRegistryInterface list)
Check consistency with the use of a specified list.
|
void |
TimestampFormat.checkClear(CentralRegistryInterface list)
Check timestampFormat with the use of a specified list.
|
void |
TraceDuplicates.checkClear(CentralRegistryInterface list)
Check consistency with the use of a specified list.
|
void |
TracesTimegaps.checkClear(CentralRegistryInterface list)
Check timegaps between traces with the use of a specified list.
|
void |
TransactionalInformation.checkClear(CentralRegistryInterface list)
Check transactional information with the use of a specified list.
|
void |
UniqueValues.checkClear(CentralRegistryInterface list)
Check unique values with the use of a specified list.
|
void |
ValidTypes.checkClear(CentralRegistryInterface list)
Check valid types with the use of a specified list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QualityCheck.checkClear(CentralRegistryInterface list)
Check quality on the specified lists that are required as input for the
quality check.
|