org.semanticweb.owl.model
Interface OWLTypedConstant

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLConstant, OWLObject

public interface OWLTypedConstant
extends OWLConstant

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.owl.model.OWLConstant
accept, asOWLTypedConstant, asOWLUntypedConstant, getLiteral, isTyped
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, accept
 
Methods inherited from interface java.lang.Comparable
compareTo
 

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 OWLConstant