Uses of Enum Class
org.tweetyproject.arg.dung.reasoner.ProboProblem.SubProblem
Packages that use ProboProblem.SubProblem
-
Uses of ProboProblem.SubProblem in org.tweetyproject.arg.dung.reasoner
Subclasses with type arguments of type ProboProblem.SubProblem in org.tweetyproject.arg.dung.reasonerModifier and TypeClassDescriptionstatic enum
The actual computational sub-problem.Methods in org.tweetyproject.arg.dung.reasoner that return ProboProblem.SubProblemModifier and TypeMethodDescriptionProboProblem.subProblem()
Returns the sub-problem of the problem.static ProboProblem.SubProblem
Returns the enum constant of this class with the specified name.static ProboProblem.SubProblem[]
ProboProblem.SubProblem.values()
Returns an array containing the constants of this enum class, in the order they are declared.