Enum Semantics
- All Implemented Interfaces:
Serializable
,Comparable<Semantics>
,java.lang.constant.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
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Semantics
static final Semantics
static final Semantics
static final Semantics
static final Semantics
static final Semantics
static final Semantics
static final Semantics
static final Semantics
static final Semantics
static final Semantics
static final Semantics
static final Semantics
static final Semantics
static final Semantics
-
Method Summary
Modifier and TypeMethodDescriptionReturns the abbreviation of the semantics.Returns the description of the semantics.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 -
diverse
diverse
-
-
Field Details
-
GROUNDED_SEMANTICS
-
STABLE_SEMANTICS
-
PREFERRED_SEMANTICS
-
COMPLETE_SEMANTICS
-
ADMISSIBLE_SEMANTICS
-
WEAKLY_ADMISSIBLE_SEMANTICS
-
CONFLICTFREE_SEMANTICS
-
SEMISTABLE_SEMANTICS
-
IDEAL_SEMANTICS
-
EAGER_SEMANTICS
-
STAGE_SEMANTICS
-
STAGE2_SEMANTICS
-
CF2_SEMANTICS
-
SCF2_SEMANTICS
-
NAIVE_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.
-