Uses of Class
org.tweetyproject.arg.dung.reasoner.ProboProblem.SubProblem
-
Packages that use ProboProblem.SubProblem Package Description org.tweetyproject.arg.dung.reasoner -
-
Uses of ProboProblem.SubProblem in org.tweetyproject.arg.dung.reasoner
Methods in org.tweetyproject.arg.dung.reasoner that return ProboProblem.SubProblem Modifier and Type Method Description ProboProblem.SubProblemProboProblem. subProblem()Returns the sub-problem of the problem.static ProboProblem.SubProblemProboProblem.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.
-