Enum Class EUAData
- All Implemented Interfaces:
Serializable, Comparable<EUAData>, Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIdentifier used for an analyser name.Identifier used for decidability analysis results.Identifier used for finite expansion set analysis results.Identifier used for finite unification set analysis results.Identifier used for an answer iterator name.Identifier used for answers data.Identifier used for boolean information.Identifier used for a compilation name.Identifier used for a compiled rule base name.Identifier used for a DLGP string payload.Identifier used for an environment name.Identifier used for a fact base collection name.Identifier used for a fact base name.Identifier used for a list of names.Identifier used for a query name.Identifier used for a query collection name.Identifier used for a rule name.Identifier used for a rule base name.Identifier used for an uncompiled rule base name. -
Method Summary
-
Enum Constant Details
-
ENVIRONMENT_NAME
Identifier used for an environment name. -
FACTBASE_NAME
Identifier used for a fact base name. -
FACTBASE_COLLECTION_NAME
Identifier used for a fact base collection name. -
RULEBASE_NAME
Identifier used for a rule base name. -
QUERYCOLLECTION_NAME
Identifier used for a query collection name. -
RULE_NAME
Identifier used for a rule name. -
QUERY_NAME
Identifier used for a query name. -
ANALYSER_NAME
Identifier used for an analyser name. -
ANALYSIS_IS_DECIDABLE
Identifier used for decidability analysis results. -
ANALYSIS_IS_FES
Identifier used for finite expansion set analysis results. -
ANALYSIS_IS_FUS
Identifier used for finite unification set analysis results. -
ANSWERITERATOR_NAME
Identifier used for an answer iterator name. -
DLGP_STRING
Identifier used for a DLGP string payload. -
LIST_NAMES
Identifier used for a list of names. -
ANSWERS
Identifier used for answers data. -
COMPILATION_NAME
Identifier used for a compilation name. -
COMPILED_RB_NAME
Identifier used for a compiled rule base name. -
UNCOMPILED_RB_NAME
Identifier used for an uncompiled rule base name. -
BOOLEAN_INFORMATION
Identifier used for boolean information.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
getCode
Returns the EUA code associated with this value.- Returns:
- The EUA code as a string.
-