Uses of Interface
org.semanticweb.owl.model.OWLDataValue

Packages that use OWLDataValue
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
org.semanticweb.owl.io.abstract_syntax Simple renderer that writes ontologies in OWL Abstract Syntax.  
org.semanticweb.owl.model An API for OWL.  
org.semanticweb.owl.model.change Change API for OWL Ontologies.  
org.semanticweb.owl.model.helper Helper classes for the OWL API.  
uk.ac.man.cs.img.owl.io.dig1_0   
uk.ac.man.cs.img.owl.io.fact Simple renderer that writes ontologies in FaCT Lisp.  
uk.ac.man.cs.img.owl.io.factplus Simple renderer that writes ontologies in FaCT Lisp.  
uk.ac.man.cs.img.owl.io.html   
uk.ac.man.cs.img.owl.io.tptp Simple renderer that writes ontologies as TPTP.  
 

Uses of OWLDataValue in org.semanticweb.owl.impl.model
 

Classes in org.semanticweb.owl.impl.model that implement OWLDataValue
 class OWLConcreteDataImpl
          A place holder for concrete data.
 

Methods in org.semanticweb.owl.impl.model that return OWLDataValue
 OWLDataValue OWLDataValueRestrictionImpl.getValue()
           
 OWLDataValue OWLDataFactoryImpl.getOWLConcreteData(URI uri, String lang, Object value)
           
 

Methods in org.semanticweb.owl.impl.model with parameters of type OWLDataValue
 OWLDataValueRestriction OWLDataFactoryImpl.getOWLDataValueRestriction(OWLDataProperty property, OWLDataValue value)
           
 OWLDataPropertyInstance OWLDataFactoryImpl.getOWLDataPropertyInstance(OWLIndividual subject, OWLDataProperty property, OWLDataValue object)
           
 

Constructors in org.semanticweb.owl.impl.model with parameters of type OWLDataValue
OWLDataValueRestrictionImpl(OWLDataFactoryImpl factory, OWLDataProperty property, OWLDataValue value)
           
 

Uses of OWLDataValue in org.semanticweb.owl.io.abstract_syntax
 

Methods in org.semanticweb.owl.io.abstract_syntax that return OWLDataValue
 OWLDataValue ANTLRParser.dataLiteral()
          Rule.
 OWLDataValue ANTLRParser.datatypeString()
          Rule.
 

Methods in org.semanticweb.owl.io.abstract_syntax with parameters of type OWLDataValue
 void RenderingVisitor.visit(OWLDataValue cd)
           
 

Uses of OWLDataValue in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLDataValue
 OWLDataValue OWLDataValueRestriction.getValue()
           
 OWLDataValue OWLDataPropertyInstance.getObject()
           
 OWLDataValue OWLDataFactory.getOWLConcreteData(URI uri, String lang, Object value)
           
 

Methods in org.semanticweb.owl.model with parameters of type OWLDataValue
 void OWLObjectVisitor.visit(OWLDataValue node)
           
 OWLDataValueRestriction OWLDataFactory.getOWLDataValueRestriction(OWLDataProperty prop, OWLDataValue value)
           
 OWLDataPropertyInstance OWLDataFactory.getOWLDataPropertyInstance(OWLIndividual subject, OWLDataProperty property, OWLDataValue object)
           
 

Uses of OWLDataValue in org.semanticweb.owl.model.change
 

Methods in org.semanticweb.owl.model.change that return OWLDataValue
 OWLDataValue AddDataPropertyInstance.getObject()
           
 

Constructors in org.semanticweb.owl.model.change with parameters of type OWLDataValue
AddDataPropertyInstance(OWLOntology ontology, OWLIndividual subject, OWLDataProperty property, OWLDataValue object, OntologyChange cause)
           
 

Uses of OWLDataValue in org.semanticweb.owl.model.helper
 

Methods in org.semanticweb.owl.model.helper that return OWLDataValue
 OWLDataValue OWLBuilder.getConcreteData(URI uri, String lang, Object value)
          Returns the OWLDataValue corresponding to the two arguments.
 OWLDataValue OWLBuilder.DataPropertyValue.getDataValue()
          Get the DataValue value.
 OWLDataValue OWLBuilder.DataLiteralValueComponent.getDataLiteral()
          Gets the dataLiteral property.
 

Methods in org.semanticweb.owl.model.helper with parameters of type OWLDataValue
 void OWLObjectVisitorAdapter.visit(OWLDataValue node)
           
 void ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLDataValue node)
           
 

Constructors in org.semanticweb.owl.model.helper with parameters of type OWLDataValue
OWLBuilder.DataPropertyValue(OWLDataProperty property, OWLDataValue dataValue)
          Creates a new DataPropertyValue instance and sets property and dataValue.
OWLBuilder.DataLiteralValueComponent(OWLDataValue dataLiteral)
          Creates a new DataLiteralValueComponent instance and sets its dataLiteral property.
 

Uses of OWLDataValue in uk.ac.man.cs.img.owl.io.dig1_0
 

Methods in uk.ac.man.cs.img.owl.io.dig1_0 with parameters of type OWLDataValue
 void RenderingVisitor.visit(OWLDataValue cd)
           
 

Uses of OWLDataValue in uk.ac.man.cs.img.owl.io.fact
 

Methods in uk.ac.man.cs.img.owl.io.fact with parameters of type OWLDataValue
 void RenderingVisitor.visit(OWLDataValue cd)
           
 

Uses of OWLDataValue in uk.ac.man.cs.img.owl.io.factplus
 

Methods in uk.ac.man.cs.img.owl.io.factplus with parameters of type OWLDataValue
 void RenderingVisitor.visit(OWLDataValue cd)
           
 

Uses of OWLDataValue in uk.ac.man.cs.img.owl.io.html
 

Methods in uk.ac.man.cs.img.owl.io.html with parameters of type OWLDataValue
 void RenderingVisitor.visit(OWLDataValue cd)
           
 

Uses of OWLDataValue in uk.ac.man.cs.img.owl.io.tptp
 

Methods in uk.ac.man.cs.img.owl.io.tptp with parameters of type OWLDataValue
 void RenderingVisitor.visit(OWLDataValue cd)
           
 int Renderer.determineType(OWLDataValue dv)
           
 String Renderer.canonicalize(OWLDataValue dv)
           
 



WonderWeb