Package menu
Enum Class OWLAPIKeywords.Explanation.ContractionStrategyType
java.lang.Object
java.lang.Enum<OWLAPIKeywords.Explanation.ContractionStrategyType>
menu.OWLAPIKeywords.Explanation.ContractionStrategyType
- All Implemented Interfaces:
Serializable,Comparable<OWLAPIKeywords.Explanation.ContractionStrategyType>,Constable
- Enclosing class:
OWLAPIKeywords.Explanation
public static enum OWLAPIKeywords.Explanation.ContractionStrategyType
extends Enum<OWLAPIKeywords.Explanation.ContractionStrategyType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
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
-
DIVIDE_AND_CONQUER_CONTRACTION_STRATEGY
public static final OWLAPIKeywords.Explanation.ContractionStrategyType DIVIDE_AND_CONQUER_CONTRACTION_STRATEGY -
INCONSISTENT_ONTOLOGY_CONTRACTION_STRATEGY
public static final OWLAPIKeywords.Explanation.ContractionStrategyType INCONSISTENT_ONTOLOGY_CONTRACTION_STRATEGY -
DYNAMIC_SLIDING_WINDOW_CONTRACTION_STRATEGY
public static final OWLAPIKeywords.Explanation.ContractionStrategyType DYNAMIC_SLIDING_WINDOW_CONTRACTION_STRATEGY -
MODULARITY_CONTRACTION_STRATEGY
public static final OWLAPIKeywords.Explanation.ContractionStrategyType MODULARITY_CONTRACTION_STRATEGY -
ORDERED_AXIOM_WITH_WINDOW_CONTRACTION_STRATEGY
public static final OWLAPIKeywords.Explanation.ContractionStrategyType ORDERED_AXIOM_WITH_WINDOW_CONTRACTION_STRATEGY -
ORDERED_DIVIDE_AND_CONQUER_STRATEGY
public static final OWLAPIKeywords.Explanation.ContractionStrategyType ORDERED_DIVIDE_AND_CONQUER_STRATEGY -
SIMPLE_CONTRACTION_STRATEGY
-
SLIDING_WINDOW_CONTRACTION_STRATEGY
public static final OWLAPIKeywords.Explanation.ContractionStrategyType SLIDING_WINDOW_CONTRACTION_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
-