Enum Semantics

java.lang.Object
java.lang.Enum<Semantics>
org.tweetyproject.arg.dung.semantics.Semantics
All Implemented Interfaces:
Serializable, Comparable<Semantics>, java.lang.constant.Constable

public enum Semantics extends Enum<Semantics>
This enum lists all semantics.
Author:
Matthias Thimm
  • Enum Constant Details

  • Field Details

    • GROUNDED_SEMANTICS

      public static final Semantics GROUNDED_SEMANTICS
    • STABLE_SEMANTICS

      public static final Semantics STABLE_SEMANTICS
    • PREFERRED_SEMANTICS

      public static final Semantics PREFERRED_SEMANTICS
    • COMPLETE_SEMANTICS

      public static final Semantics COMPLETE_SEMANTICS
    • ADMISSIBLE_SEMANTICS

      public static final Semantics ADMISSIBLE_SEMANTICS
    • WEAKLY_ADMISSIBLE_SEMANTICS

      public static final Semantics WEAKLY_ADMISSIBLE_SEMANTICS
    • CONFLICTFREE_SEMANTICS

      public static final Semantics CONFLICTFREE_SEMANTICS
    • SEMISTABLE_SEMANTICS

      public static final Semantics SEMISTABLE_SEMANTICS
    • IDEAL_SEMANTICS

      public static final Semantics IDEAL_SEMANTICS
    • EAGER_SEMANTICS

      public static final Semantics EAGER_SEMANTICS
    • STAGE_SEMANTICS

      public static final Semantics STAGE_SEMANTICS
    • STAGE2_SEMANTICS

      public static final Semantics STAGE2_SEMANTICS
    • CF2_SEMANTICS

      public static final Semantics CF2_SEMANTICS
    • SCF2_SEMANTICS

      public static final Semantics SCF2_SEMANTICS
    • NAIVE_SEMANTICS

      public static final Semantics NAIVE_SEMANTICS
  • Method Details

    • values

      public static Semantics[] 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 Semantics 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 semantics.
      Returns:
      the description of the semantics.
    • abbreviation

      public String abbreviation()
      Returns the abbreviation of the semantics.
      Returns:
      the abbreviation of the semantics.