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

Packages that use OWLDataFactory
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
org.semanticweb.owl.model An API for OWL.  
org.semanticweb.owl.model.helper Helper classes for the OWL API.  
org.semanticweb.owl.util   
 

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

Classes in org.semanticweb.owl.impl.model that implement OWLDataFactory
 class OWLDataFactoryImpl
          Provides a single access point for the creation of objects within an ontology.
 

Fields in org.semanticweb.owl.impl.model declared as OWLDataFactory
protected  OWLDataFactory OWLConnectionImpl.m_owlDataFactory
          Data Factory used to create entities
 

Methods in org.semanticweb.owl.impl.model that return OWLDataFactory
 OWLDataFactory OWLObjectImpl.getOWLDataFactory()
          Returns an OWLDataFactory
 OWLDataFactory OWLConnectionImpl.getDataFactory()
           
 

Uses of OWLDataFactory in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLDataFactory
 OWLDataFactory OWLObject.getOWLDataFactory()
          Returns an OWLDataFactory [REVIEW] the DataFactory should live with the connection object...
 

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

Methods in org.semanticweb.owl.model.helper that return OWLDataFactory
 OWLDataFactory OWLBuilder.getDataFactory()
          Gets the current OWLDataFactory.
 

Uses of OWLDataFactory in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util that return OWLDataFactory
 OWLDataFactory OWLConnection.getDataFactory()
           
 



WonderWeb