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

Packages that use OWLDataType
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.io.owl_rdf   
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 OWLDataType in org.semanticweb.owl.impl.model
 

Classes in org.semanticweb.owl.impl.model that implement OWLDataType
 class OWLConcreteDataTypeImpl
          A place holder for concrete data types.
 

Methods in org.semanticweb.owl.impl.model that return OWLDataType
 OWLDataType OWLOntologyImpl.getDatatype(URI uri)
          getDatatype Retrieves a datatype with a given uri
 OWLDataType OWLDataFactoryImpl.getOWLConcreteDataType(URI uri)
           
 

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

Methods in org.semanticweb.owl.io.abstract_syntax that return OWLDataType
 OWLDataType ANTLRParser.dataType()
          Rule.
 

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

Uses of OWLDataType in org.semanticweb.owl.io.owl_rdf
 

Methods in org.semanticweb.owl.io.owl_rdf that return OWLDataType
protected  OWLDataType OWLConsumer.createDatatype(OWLOntology onto, URI uri)
          Method createDatatype.
 

Methods in org.semanticweb.owl.io.owl_rdf with parameters of type OWLDataType
 void RenderingVisitor.visit(OWLDataType datatype)
           
 

Uses of OWLDataType in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLDataType
 OWLDataType OWLOntology.getDatatype(URI uri)
          getClass Retrieves a class with a given uri
 OWLDataType OWLDataFactory.getOWLConcreteDataType(URI uri)
           
 

Methods in org.semanticweb.owl.model with parameters of type OWLDataType
 void OWLObjectVisitor.visit(OWLDataType node)
           
 

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

Methods in org.semanticweb.owl.model.change that return OWLDataType
 OWLDataType AddDataType.getDatatype()
          The datatype that should be added.
 

Constructors in org.semanticweb.owl.model.change with parameters of type OWLDataType
AddDataType(OWLOntology ontology, OWLDataType datatype, OntologyChange cause)
           
 

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

Methods in org.semanticweb.owl.model.helper that return OWLDataType
 OWLDataType OWLBuilder.addDataType(URI id)
          Add the data type corresponding to id to the current ontology.
 OWLDataType OWLBuilder.getConcreteDataType(URI uri)
          Returns the OWLDataType corresponding to uri.
 

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

Uses of OWLDataType 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 OWLDataType
 void RenderingVisitor.visit(OWLDataType ocdt)
           
 

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

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

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

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

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

Methods in uk.ac.man.cs.img.owl.io.html with parameters of type OWLDataType
 void RenderingVisitor.visit(OWLDataType ocdt)
           
 void OntologyRenderer.renderDataType(OWLDataType datatype, PrintWriter pw, Linker linker)
           
 

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

Methods in uk.ac.man.cs.img.owl.io.tptp with parameters of type OWLDataType
 void RenderingVisitor.visit(OWLDataType ocdt)
           
 String Renderer.typeFor(OWLDataType odt)
           
 



WonderWeb