| Package | Description |
|---|---|
| net.sf.tweety.arg.dung.reasoner |
| Modifier and Type | Field and Description |
|---|---|
private ProboProblem.SubProblem |
ProboProblem.subProblem
The description of the problem.
|
| Modifier and Type | Method and Description |
|---|---|
ProboProblem.SubProblem |
ProboProblem.subProblem()
Returns the sub-problem of the problem.
|
static ProboProblem.SubProblem |
ProboProblem.SubProblem.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProboProblem.SubProblem[] |
ProboProblem.SubProblem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ProboProblem(ProboProblem.SubProblem subProblem,
Semantics semantics)
Creates a new problem.
|