Enum AbstractExtensionReasonerFactory.Semantics
java.lang.Object
java.lang.Enum<AbstractExtensionReasonerFactory.Semantics>
org.tweetyproject.web.services.dung.AbstractExtensionReasonerFactory.Semantics
- All Implemented Interfaces:
Serializable
,Comparable<AbstractExtensionReasonerFactory.Semantics>
,Constable
- Enclosing class:
AbstractExtensionReasonerFactory
public static enum AbstractExtensionReasonerFactory.Semantics
extends Enum<AbstractExtensionReasonerFactory.Semantics>
An enumeration of all available semantics.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionAdmissible semanticsConflict-free semanticsComplete semanticsEager semanticsGrounded semanticsIdeal semanticsInitial semanticsNaive semanticsPreferred semanticsStrongly Admissible semanticsSolid Admissible semanticsSemi Stable semanticsStable semanticsStage semanticsStage2 semanticsWeakly Admissible semanticsWeakly Complete semanticsWeakly Grounded semanticsWeakly Preferred semantics -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSemantics
(String id) Returns the enum constant of this type with the specified name.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
-
WAD
Weakly Admissible semantics -
WCO
Weakly Complete semantics -
WGR
Weakly Grounded semantics -
WPR
Weakly Preferred semantics -
SOAD
Solid Admissible semantics -
SAD
Strongly Admissible semantics -
STAGE
Stage semantics -
STAGE2
Stage2 semantics -
SST
Semi Stable semantics -
CF
Conflict-free semantics -
ID
Ideal semantics -
GR
Grounded semantics -
PR
Preferred semantics -
CO
Complete semantics -
ST
Stable semantics -
EA
Eager semantics -
IN
Initial semantics -
AD
Admissible semantics -
NA
Naive semantics
-
-
Field Details
-
id
id -
label
label
-
-
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
-
getSemantics
- Parameters:
id
- ID- Returns:
- the semantics
-