Package | Description |
---|---|
org.processmining.plugins.balancedconformance.controlflow |
Modifier and Type | Method and Description |
---|---|
UnreliableControlFlowAlignmentException.UnreliableReason |
UnreliableControlFlowAlignmentException.getReason() |
static UnreliableControlFlowAlignmentException.UnreliableReason |
UnreliableControlFlowAlignmentException.UnreliableReason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnreliableControlFlowAlignmentException.UnreliableReason[] |
UnreliableControlFlowAlignmentException.UnreliableReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
UnreliableControlFlowAlignmentException(ControlFlowAlignmentResult unreliableResult,
UnreliableControlFlowAlignmentException.UnreliableReason reason) |
UnreliableControlFlowAlignmentException(java.lang.String message,
ControlFlowAlignmentResult unreliableResult,
UnreliableControlFlowAlignmentException.UnreliableReason reason) |