Package | Description |
---|---|
org.processmining.dataquality.Reasons |
Modifier and Type | Method and Description |
---|---|
ReasonMapping.Reasons |
Reason.getReason() |
static ReasonMapping.Reasons |
ReasonMapping.Reasons.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReasonMapping.Reasons[] |
ReasonMapping.Reasons.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ReasonMapping.getReason(ReasonMapping.Reasons reason) |
void |
Reason.setReason(ReasonMapping.Reasons reason) |
Constructor and Description |
---|
Reason(java.util.List<java.lang.String> acts,
int numIssues,
int numCasesWithIssues,
ReasonMapping.Reasons reason) |
Reason(java.lang.String s,
java.lang.Integer numIssues,
int numCasesWithIssues,
ReasonMapping.Reasons reason) |