public interface OWLDatatypeDefinitionAxiom extends OWLLogicalAxiom
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLAxiomVisitor visitor) |
<O> O |
accept(OWLAxiomVisitorEx<O> visitor) |
OWLDataRange |
getDataRange()
Gets the datarange that defines the datatype
|
OWLDatatype |
getDatatype()
Gets the
OWLDatatype that is assigned a definition |
equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotations, getAnnotations, getAxiomType, getAxiomWithoutAnnotations, getNNF, isAnnotated, isAnnotationAxiom, isLogicalAxiom, isOfType, isOfTypeaccept, accept, getNestedClassExpressions, isBottomEntity, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignature@Nonnull OWLDatatype getDatatype()
OWLDatatype that is assigned a definition@Nonnull OWLDataRange getDataRange()
void accept(@Nonnull OWLAxiomVisitor visitor)
@Nonnull <O> O accept(@Nonnull OWLAxiomVisitorEx<O> visitor)
Copyright © 2016 The University of Manchester. All Rights Reserved.