Uses of Enum
org.tweetyproject.arg.dung.reasoner.ProboProblem
-
Uses of ProboProblem in org.tweetyproject.arg.dung.reasoner
Modifier and TypeMethodDescriptionstatic ProboProblem
ProboProblem.getProblem
(String s) Returns the problem instance that corresponds to the given abbreviation.static ProboProblem
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.Modifier and TypeMethodDescriptionstatic Collection<ProboProblem>
ProboProblem.getProblems
(String s) Returns a collection of problems parsed from the given string which has to be in the format "[problem1,...,problemn]".