Uses of Class
net.sf.tweety.arg.dung.reasoner.ProboProblem
-
Packages that use ProboProblem Package Description net.sf.tweety.arg.dung.reasoner -
-
Uses of ProboProblem in net.sf.tweety.arg.dung.reasoner
Methods in net.sf.tweety.arg.dung.reasoner that return ProboProblem Modifier and Type Method Description static ProboProblem
ProboProblem. getProblem(java.lang.String s)
Returns the problem instance that corresponds to the given abbreviation.static ProboProblem
ProboProblem. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProboProblem[]
ProboProblem. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.tweety.arg.dung.reasoner that return types with arguments of type ProboProblem Modifier and Type Method Description static java.util.Collection<ProboProblem>
ProboProblem. getProblems(java.lang.String s)
Returns a collection of problems parsed from the given string which has to be in the format "[problem1,...,problemn]".
-