Enum ProboProblem.SubProblem

java.lang.Object
java.lang.Enum<ProboProblem.SubProblem>
org.tweetyproject.arg.dung.reasoner.ProboProblem.SubProblem
All Implemented Interfaces:
Serializable, Comparable<ProboProblem.SubProblem>, Constable
Enclosing class:
ProboProblem

public static enum ProboProblem.SubProblem extends Enum<ProboProblem.SubProblem>
The actual computational sub-problem.
Author:
Matthias Thimm
  • Enum Constant Details

  • Method Details

    • values

      public static ProboProblem.SubProblem[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ProboProblem.SubProblem valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • description

      public String description()
      Returns the description of the sub-problem.
      Returns:
      the description of the sub-problem.
    • abbreviation

      public String abbreviation()
      Returns the abbreviation of the sub-problem.
      Returns:
      the abbreviation of the sub-problem.
    • isJustificationProblem

      public boolean isJustificationProblem()
      Returns whether this is a justification problem.
      Returns:
      whether this is a justification problem