org.semanticweb.owl.model
Interface OWLDataType

All Superinterfaces:
Cloneable, OWLDataRange, OWLDeprecatableObject, OWLObject, Serializable
All Known Implementing Classes:
OWLConcreteDataTypeImpl

public interface OWLDataType
extends OWLDataRange, OWLDeprecatableObject

A place holder for concrete data types. This will ultimately be replaced by something like XML Schema data types.

Version:
$Id: OWLDataType.java,v 1.2 2003/12/02 10:02:37 sean_bechhofer Exp $

Method Summary
 URI getURI()
           
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, clone, getAnnotations, getAnnotations, getContainedObjects, getMetadata, getOWLConnection, getOWLDataFactory
 
Methods inherited from interface org.semanticweb.owl.model.OWLDeprecatableObject
isDeprecated
 

Method Detail

getURI

public URI getURI()
           throws OWLException
OWLException


WonderWeb