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