Package | Description |
---|---|
de.uni_due.inf.ti.graph |
Modifier and Type | Method and Description |
---|---|
PathDecomposition.TestResult |
PathDecomposition.TestData.getResult()
Returns whether this TestData denotes success or failure, and which
kind of failure it denotes.
|
static PathDecomposition.TestResult |
PathDecomposition.TestResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PathDecomposition.TestResult[] |
PathDecomposition.TestResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|