org.semanticweb.owlapi.model
Interface OWLTypedLiteral
- All Superinterfaces:
- java.lang.Comparable<OWLObject>, OWLAnnotationObject, OWLAnnotationValue, OWLLiteral, OWLObject, OWLPropertyAssertionObject
- All Known Implementing Classes:
- OWLTypedLiteralImpl
public interface OWLTypedLiteral
- extends OWLLiteral
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
getDatatype
OWLDatatype getDatatype()
- Gets the datatype which types the literal which is represented
by this constant.
- Returns:
- the data type which types this constant.
accept
void accept(OWLDataVisitor visitor)
- Specified by:
accept
in interface OWLLiteral