Package menu
Enum Class OWLAPIKeywords.Explanation.ExpansionStrategyType
java.lang.Object
java.lang.Enum<OWLAPIKeywords.Explanation.ExpansionStrategyType>
menu.OWLAPIKeywords.Explanation.ExpansionStrategyType
- All Implemented Interfaces:
Serializable,Comparable<OWLAPIKeywords.Explanation.ExpansionStrategyType>,Constable
- Enclosing class:
OWLAPIKeywords.Explanation
public static enum OWLAPIKeywords.Explanation.ExpansionStrategyType
extends Enum<OWLAPIKeywords.Explanation.ExpansionStrategyType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALL_IN_ONE_EXPANSION_STRATEGY
-
INCONSISTENT_ONTOLOGY_CLASH_EXPANSION_STRATEGY
public static final OWLAPIKeywords.Explanation.ExpansionStrategyType INCONSISTENT_ONTOLOGY_CLASH_EXPANSION_STRATEGY -
INCONSISTENT_ONTOLOGY_EXPANSION_STRATEGY
public static final OWLAPIKeywords.Explanation.ExpansionStrategyType INCONSISTENT_ONTOLOGY_EXPANSION_STRATEGY -
SIMPLE_EXPANSION_STRATEGY
-
STRUCTURAL_EXPANSION_STRATEGY
-
STRUCTURAL_TYPE_PRIORITY_EXPANSION_STRATEGY
public static final OWLAPIKeywords.Explanation.ExpansionStrategyType STRUCTURAL_TYPE_PRIORITY_EXPANSION_STRATEGY
-
-
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
-