org.semanticweb.owl.impl.model
Class OWLConcreteDataImpl
java.lang.Object
|
+--org.semanticweb.owl.impl.model.OWLObjectImpl
|
+--org.semanticweb.owl.impl.model.OWLConcreteDataImpl
- All Implemented Interfaces:
- Cloneable, OWLDataValue, OWLObject, Serializable
- public class OWLConcreteDataImpl
- extends OWLObjectImpl
- implements OWLDataValue
A place holder for concrete data. This will ultimately be replaces
by something like XML Schema data values.
- Version:
- $Id: OWLConcreteDataImpl.java,v 1.2 2003/11/20 12:58:09 sean_bechhofer Exp $
- See Also:
- Serialized Form
OWLConcreteDataImpl
public OWLConcreteDataImpl(OWLDataFactoryImpl factory,
URI uri,
String lang,
Object value)
getURI
public URI getURI()
- Description copied from interface:
OWLDataValue
- URI of the datatype of the value
- Specified by:
getURI in interface OWLDataValue
getLang
public String getLang()
- Specified by:
getLang in interface OWLDataValue
getValue
public Object getValue()
- Specified by:
getValue in interface OWLDataValue
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
toString
public String toString()
- Overrides:
toString in class Object
WonderWeb