Enum Semantics
- All Implemented Interfaces:
Serializable
,Comparable<Semantics>
,Constable
This enum lists all semantics.
- Author:
- Matthias Thimm
-
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 Semantics
all semanticsstatic final Semantics
all semanticsstatic final Semantics
all semanticsstatic final Semantics
all semanticsstatic final Semantics
all semanticsstatic final Semantics
all semanticsstatic final Semantics
all semanticsstatic final Semantics
all semanticsstatic final Semantics
all semanticsstatic final Semantics
all semanticsstatic final Semantics
all semanticsstatic final Semantics
all semanticsstatic final Semantics
all semanticsstatic final Semantics
all semanticsstatic final Semantics
all semanticsstatic final Semantics
all semanticsstatic final Semantics
all semantics -
Method Summary
Modifier and TypeMethodDescriptionReturns the abbreviation of the semantics.Returns the description of the semantics.static Semantics
getSemantics
(String abbreviation) Returns the semantics, which abbreviation is described by the string.static Semantics
Returns the enum constant of this type with the specified name.static Semantics[]
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
-
CF
CF -
ADM
ADM -
WAD
WAD -
CO
CO -
GR
GR -
PR
PR -
ST
ST -
STG
STG -
STG2
STG2 -
SST
SST -
ID
ID -
EA
EA -
CF2
CF2 -
SCF2
SCF2 -
N
N -
UC
UC -
SA
SA -
diverse
diverse
-
-
Field Details
-
GROUNDED_SEMANTICS
all semantics -
STABLE_SEMANTICS
all semantics -
PREFERRED_SEMANTICS
all semantics -
COMPLETE_SEMANTICS
all semantics -
ADMISSIBLE_SEMANTICS
all semantics -
WEAKLY_ADMISSIBLE_SEMANTICS
all semantics -
CONFLICTFREE_SEMANTICS
all semantics -
SEMISTABLE_SEMANTICS
all semantics -
IDEAL_SEMANTICS
all semantics -
EAGER_SEMANTICS
all semantics -
STAGE_SEMANTICS
all semantics -
STAGE2_SEMANTICS
all semantics -
CF2_SEMANTICS
all semantics -
SCF2_SEMANTICS
all semantics -
NAIVE_SEMANTICS
all semantics -
UNCHALLENGED_SEMANTICS
all semantics -
STRONGLY_ADMISSIBLE_SEMANTICS
all 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 semantics.- Returns:
- the description of the semantics.
-
abbreviation
Returns the abbreviation of the semantics.- Returns:
- the abbreviation of the semantics.
-
getSemantics
Returns the semantics, which abbreviation is described by the string.- Parameters:
abbreviation
- Abbreviation of the semantics to return.- Returns:
- Semantics, with the abbreviation as specified in the parameter.
-