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