org.semanticweb.owl.impl.model
Class OWLConcreteDataTypeImpl
java.lang.Object
|
+--org.semanticweb.owl.impl.model.OWLObjectImpl
|
+--org.semanticweb.owl.impl.model.OWLConcreteDataTypeImpl
- All Implemented Interfaces:
- Cloneable, OWLDataRange, OWLDataType, OWLDeprecatableObject, org.semanticweb.owl.impl.model.OWLDeprecatableObjectImpl, OWLObject, Serializable
- public class OWLConcreteDataTypeImpl
- extends OWLObjectImpl
- implements OWLDataType, org.semanticweb.owl.impl.model.OWLDeprecatableObjectImpl
A place holder for concrete data types. This will ultimately be
replace by something like XML Schema data types.
- Version:
- $Id: OWLConcreteDataTypeImpl.java,v 1.2 2003/12/02 10:03:29 sean_bechhofer Exp $
- See Also:
- Serialized Form
OWLConcreteDataTypeImpl
public OWLConcreteDataTypeImpl(OWLDataFactoryImpl factory,
URI uri)
getURI
public URI getURI()
- Specified by:
getURI in interface OWLDataType
accept
public void accept(OWLObjectVisitor visitor)
throws OWLException
- Description copied from interface:
OWLObject
- Accept a visit from a visitor
- Specified by:
accept in interface OWLObject- Specified by:
accept in class OWLObjectImpl
OWLException
isDeprecated
public boolean isDeprecated(OWLOntology o)
- Specified by:
isDeprecated in interface OWLDeprecatableObject
setDeprecated
public void setDeprecated(OWLOntology o,
boolean b)
- Specified by:
setDeprecated in interface org.semanticweb.owl.impl.model.OWLDeprecatableObjectImpl
WonderWeb