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

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

Uses of OWLOntologyFactory.OWLOntologyCreationHandler in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model with parameters of type OWLOntologyFactory.OWLOntologyCreationHandler
 OWLOntology OWLOntologyFactory.createOWLOntology(java.net.URI ontologyURI, java.net.URI physicalURI, OWLOntologyFactory.OWLOntologyCreationHandler handler)
          Creates an (empty) ontology.
 OWLOntology OWLOntologyFactory.loadOWLOntology(OWLOntologyInputSource inputSource, OWLOntologyFactory.OWLOntologyCreationHandler handler)
          Creates and loads an OWLOntology.
 

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

Classes in uk.ac.manchester.cs.owl that implement OWLOntologyFactory.OWLOntologyCreationHandler
 class OWLOntologyManagerImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Oct-2006

 

Methods in uk.ac.manchester.cs.owl with parameters of type OWLOntologyFactory.OWLOntologyCreationHandler
 OWLOntology EmptyInMemOWLOntologyFactory.createOWLOntology(java.net.URI ontologyURI, java.net.URI physicalURI, OWLOntologyFactory.OWLOntologyCreationHandler handler)
           
 OWLOntology AbstractInMemOWLOntologyFactory.createOWLOntology(java.net.URI ontologyURI, java.net.URI physicalURI, OWLOntologyFactory.OWLOntologyCreationHandler handler)
          Creates an empty ontology that a concrete representation can be parsed into.
 OWLOntology ParsableOWLOntologyFactory.loadOWLOntology(OWLOntologyInputSource inputSource, OWLOntologyFactory.OWLOntologyCreationHandler mediator)
           
 OWLOntology EmptyInMemOWLOntologyFactory.loadOWLOntology(OWLOntologyInputSource inputSource, OWLOntologyFactory.OWLOntologyCreationHandler mediator)