Uses of Enum Class
org.tweetyproject.arg.dung.reasoner.ProboProblem
Packages that use ProboProblem
-
Uses of ProboProblem in org.tweetyproject.arg.dung.reasoner
Subclasses with type arguments of type ProboProblem in org.tweetyproject.arg.dung.reasonerModifier and TypeClassDescriptionenum
This enum contains all supported problems for probo-based reasoner.Methods in org.tweetyproject.arg.dung.reasoner that return ProboProblemModifier 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 class with the specified name.static ProboProblem[]
ProboProblem.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tweetyproject.arg.dung.reasoner that return types with arguments of type ProboProblemModifier 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]".