org.semanticweb.owlapi.model
Interface OWLDatatypeDefinitionAxiom
- All Superinterfaces:
- java.lang.Comparable<OWLObject>, OWLAxiom, OWLLogicalAxiom, OWLObject
- All Known Implementing Classes:
- OWLDatatypeDefinitionAxiomImpl
public interface OWLDatatypeDefinitionAxiom
- extends OWLLogicalAxiom
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 24-Mar-2009
Methods inherited from interface java.lang.Comparable |
compareTo |
getDatatype
OWLDatatype getDatatype()
- Gets the datatype that is assigned a definition
- Returns:
- The datatype
getDataRange
OWLDataRange getDataRange()
- Gets the datarange that defines the datatype
- Returns:
- The defining datarange
accept
void accept(OWLAxiomVisitor visitor)
- Specified by:
accept
in interface OWLAxiom
accept
<O> O accept(OWLAxiomVisitorEx<O> visitor)
- Specified by:
accept
in interface OWLAxiom