Package owl_api.services
Enum Class OWLAPIOperations
- All Implemented Interfaces:
Serializable,Comparable<OWLAPIOperations>,Constable,tools.service.metadata.IOperationMetadata
public enum OWLAPIOperations
extends Enum<OWLAPIOperations>
implements tools.service.metadata.IOperationMetadata
Operations that are specific to the the OWL API.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionLoading an OWL ontology -
Method Summary
Modifier and TypeMethodDescriptiontools.service.metadata.IOperationMetadatastatic OWLAPIOperationsReturns the enum constant of this class with the specified name.static OWLAPIOperations[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface tools.service.metadata.IOperationMetadata
description, recordOperationMeasure, serializationKey
-
Enum Constant Details
-
LOAD_OWL_ONTOLOGY
Loading an OWL ontology -
BUILD_REASONER_FOR_ENTAILMENT_CHECKING
-
TRANSLATE_DLGP_FACTS_TO_OWL_AXIOM
-
-
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
-
getMetadata
public tools.service.metadata.IOperationMetadata getMetadata()- Specified by:
getMetadatain interfacetools.service.metadata.IOperationMetadata
-