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


Method Summary
 void accept(OWLDataVisitor visitor)
           
 OWLDatatype getDatatype()
          Gets the datatype which types the literal which is represented by this constant.
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLLiteral
accept, asOWLStringLiteral, asRDFTextLiteral, getLiteral, isTyped
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLAnnotationValue
accept, accept
 

Method Detail

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