Enum ExtensionRankingSemantics
java.lang.Object
java.lang.Enum<ExtensionRankingSemantics>
org.tweetyproject.arg.dung.semantics.ExtensionRankingSemantics
- All Implemented Interfaces:
Serializable
,Comparable<ExtensionRankingSemantics>
,Constable
This enum lists ordering semantics.
- Author:
- Lars Bengel, Daniel Letkemann
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ExtensionRankingSemantics
class for extension ranking semanticsstatic final ExtensionRankingSemantics
class for extension ranking semanticsstatic final ExtensionRankingSemantics
class for extension ranking semanticsstatic final ExtensionRankingSemantics
class for extension ranking semanticsstatic final ExtensionRankingSemantics
class for extension ranking semanticsstatic final ExtensionRankingSemantics
class for extension ranking semantics -
Method Summary
Modifier and TypeMethodDescriptionReturns the abbreviation of the ordering semantics.Returns the description of the ordering semantics.static ExtensionRankingSemantics
Returns the enum constant of this type with the specified name.static ExtensionRankingSemantics[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
R_CF
R_AD -
R_AD
R_AD -
R_CO
R_CO -
R_GR
R_GR -
R_PR
R_PR -
R_SST
R_SST
-
-
Field Details
-
CONFLICT_FREE_SEMANTICS
class for extension ranking semantics -
ADMISSIBLE_SEMANTICS
class for extension ranking semantics -
COMPLETE_SEMANTICS
class for extension ranking semantics -
GROUNDED_SEMANTICS
class for extension ranking semantics -
PREFERRED_SEMANTICS
class for extension ranking semantics -
SEMI_STABLE_SEMANTICS
class for extension ranking semantics
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
description
Returns the description of the ordering semantics.- Returns:
- the description of the ordering semantics.
-
abbreviation
Returns the abbreviation of the ordering semantics.- Returns:
- the abbreviation of the ordering semantics.
-