Enum Constant and Description |
---|
ADM |
CF |
CF2 |
CO |
GR |
ID |
PR |
SST |
ST |
STG |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
abbreviation
The abbreviation of the semantics.
|
static Semantics |
ADMISSIBLE_SEMANTICS |
static Semantics |
CF2_SEMANTICS |
static Semantics |
COMPLETE_SEMANTICS |
static Semantics |
CONFLICTFREE_SEMANTICS |
static int |
CREDULOUS_INFERENCE |
private java.lang.String |
description
The description of the semantics.
|
static Semantics |
GROUNDED_SEMANTICS |
static Semantics |
IDEAL_SEMANTICS |
static Semantics |
PREFERRED_SEMANTICS |
static int |
SCEPTICAL_INFERENCE |
static Semantics |
SEMISTABLE_SEMANTICS |
static Semantics |
STABLE_SEMANTICS |
static Semantics |
STAGE_SEMANTICS |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
abbreviation()
Returns the abbreviation of the semantics.
|
java.lang.String |
description()
Returns the description of the semantics.
|
static Semantics |
valueOf(java.lang.String name)
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.
|
public static final Semantics CF
public static final Semantics ADM
public static final Semantics CO
public static final Semantics GR
public static final Semantics PR
public static final Semantics ST
public static final Semantics STG
public static final Semantics SST
public static final Semantics ID
public static final Semantics CF2
public static final Semantics GROUNDED_SEMANTICS
public static final Semantics STABLE_SEMANTICS
public static final Semantics PREFERRED_SEMANTICS
public static final Semantics COMPLETE_SEMANTICS
public static final Semantics ADMISSIBLE_SEMANTICS
public static final Semantics CONFLICTFREE_SEMANTICS
public static final Semantics SEMISTABLE_SEMANTICS
public static final Semantics IDEAL_SEMANTICS
public static final Semantics STAGE_SEMANTICS
public static final Semantics CF2_SEMANTICS
public static final int SCEPTICAL_INFERENCE
public static final int CREDULOUS_INFERENCE
private java.lang.String description
private java.lang.String abbreviation
public static Semantics[] values()
for (Semantics c : Semantics.values()) System.out.println(c);
public static Semantics valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String description()
public java.lang.String abbreviation()