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

Packages that use OWLOntologyFactory
org.semanticweb.owl.model   
uk.ac.manchester.cs.owl   
 

Uses of OWLOntologyFactory in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model with parameters of type OWLOntologyFactory
 void OWLOntologyManager.addOntologyFactory(OWLOntologyFactory factory)
          Adds an ontology factory that is capable of creating an ontology given a particular physical URI.
 void OWLOntologyManager.removeOntologyFactory(OWLOntologyFactory factory)
          Removes a previously added factory.
 

Uses of OWLOntologyFactory in uk.ac.manchester.cs.owl
 

Classes in uk.ac.manchester.cs.owl that implement OWLOntologyFactory
 class AbstractInMemOWLOntologyFactory
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Nov-2006

 class EmptyInMemOWLOntologyFactory
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Nov-2006

 class ParsableOWLOntologyFactory
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 14-Nov-2006

An ontology factory that creates ontologies by parsing documents containing concrete representations of ontologies.

 

Methods in uk.ac.manchester.cs.owl with parameters of type OWLOntologyFactory
 void OWLOntologyManagerImpl.addOntologyFactory(OWLOntologyFactory factory)
           
 void OWLOntologyManagerImpl.removeOntologyFactory(OWLOntologyFactory factory)