Enum BipolarSemantics
- All Implemented Interfaces:
Serializable,Comparable<BipolarSemantics>,Constable
An enumeration of all available semantics through the web service.
- Author:
- Oleksandr Dzhychko
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionbipolar coherent admissible semanticsbipolar conflict-free semanticsbipolar coherent semanticscoalition-admissible semanticscoalition-complete semanticscoalition-grounded semanticscoalition-preferred semanticscoalition-stable semanticsdeductive-admissible semanticsdeductive-complete semanticsdeductive-grounded semanticsdeductive-preferred semanticsdeductive-stable semanticsnecessary-admissible semanticsnecessary-complete semanticsnecessary-grounded semanticsnecessary-preferred semanticsnecessary-stable semantics -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic BipolarSemanticsgetSemantics(String id) Looks up a semantics entry by its identifier.static BipolarSemanticsReturns the enum constant of this type with the specified name.static BipolarSemantics[]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
-
BCF
bipolar conflict-free semantics -
BCOH
bipolar coherent semantics -
BAD
bipolar coherent admissible semantics -
CAD
coalition-admissible semantics -
CCO
coalition-complete semantics -
CGR
coalition-grounded semantics -
CPR
coalition-preferred semantics -
CST
coalition-stable semantics -
DAD
deductive-admissible semantics -
DCO
deductive-complete semantics -
DGR
deductive-grounded semantics -
DPR
deductive-preferred semantics -
DST
deductive-stable semantics -
NAD
necessary-admissible semantics -
NCO
necessary-complete semantics -
NGR
necessary-grounded semantics -
NPR
necessary-preferred semantics -
NST
necessary-stable semantics
-
-
Field Details
-
id
id -
label
label -
type
What type of input is expected for this semantic.
-
-
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
Looks up a semantics entry by its identifier.- Parameters:
id- the string identifier- Returns:
- the semantics
-