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 data range 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, isOfType
accept, accept, getNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toString
compareTo
getSignature
containsEntityInSignature
getAnonymousIndividuals
getClassesInSignature
getObjectPropertiesInSignature
getDataPropertiesInSignature
getIndividualsInSignature
getDatatypesInSignature
getAnnotationPropertiesInSignature
isAnonymous, isNamed
@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 © 2020 The University of Manchester. All rights reserved.