Uses of Class
net.sf.tweety.arg.dung.reasoner.ProboProblem.SubProblem
-
Packages that use ProboProblem.SubProblem Package Description net.sf.tweety.arg.dung.reasoner -
-
Uses of ProboProblem.SubProblem in net.sf.tweety.arg.dung.reasoner
Methods in net.sf.tweety.arg.dung.reasoner that return ProboProblem.SubProblem Modifier and Type Method 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.
-