| Modifier and Type | Method and Description |
|---|---|
java.util.List<Output> |
OutputDefinition.getOutputList() |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputDefinition.setOutputList(java.util.List<Output> outputL) |
| Constructor and Description |
|---|
OutputDefinition(java.lang.String eventlogName,
java.util.List<Output> outputList,
java.lang.String outputScore) |
| Modifier and Type | Field and Description |
|---|---|
Output |
Consistency.output
Output for the consistency check.
|
Output |
Correctness.output
Output for the correctness check.
|
Output |
EventOrdering.output
Output for the eventOrdering check.
|
Output |
EventsTimegaps.output
Output for the timegapEvents check.
|
Output |
LogDuplicates.output
Output for the duplicatesLog check.
|
Output |
MissingValues.output
Output for the missingValues check
|
Output |
Relevancy.output
Output for the relevancy check.
|
Output |
Resource.output
Output for the resource check.
|
Output |
StandardsXES.output
Output for the XESStandards check.
|
Output |
Structuredness.output
Output for the structuredness check.
|
Output |
TimestampFormat.output
Output for the timestampFormat check.
|
Output |
TraceDuplicates.output
Output for the duplicatesLog check.
|
Output |
TracesTimegaps.output
Output for the timegapEvents check.
|
Output |
TransactionalInformation.output
Output for the transactional information check.
|
Output |
UniqueValues.output
Output for the uniqueValues check.
|
Output |
ValidTypes.output
Output for the valid types check.
|
| Modifier and Type | Method and Description |
|---|---|
Output |
Consistency.getResult()
Set the result of the consistency check.
|
Output |
Correctness.getResult()
Set the result of the correctness check.
|
Output |
EventOrdering.getResult()
Set the result for the eventOrdering check.
|
Output |
EventsTimegaps.getResult()
Set the result for the timegapEvents check.
|
Output |
LogDuplicates.getResult()
Set the result of the duplicatesLog check.
|
Output |
MissingValues.getResult()
Set the result for the missingValues check.
|
Output |
Relevancy.getResult()
Set the result for the relevancy check.
|
Output |
Resource.getResult()
Set the result for the resource check.
|
Output |
StandardsXES.getResult()
Set results for the XES Standard check.
|
Output |
Structuredness.getResult()
Set the result for the structuredness check.
|
Output |
TimestampFormat.getResult()
Set the result for the timestampFormat check.
|
Output |
TraceDuplicates.getResult()
Set the result for the duplicatesTrace check.
|
Output |
TracesTimegaps.getResult()
Set the result for the timegap for traces check.
|
Output |
TransactionalInformation.getResult()
Set the result for the transactional information check.
|
Output |
UniqueValues.getResult()
Set results for the uniqueValues check.
|
Output |
ValidTypes.getResult() |
| Modifier and Type | Method and Description |
|---|---|
Output |
QualityCheck.getResult()
Get method for the results of the quality check.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphicalUserInterface.setDimensions(java.util.List<Output> outputList)
Sets all the different quality checks on the left-panel.
|