Uses of Class
org.semanticweb.owl.model.UnknownOWLOntologyException

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

Uses of UnknownOWLOntologyException in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that throw UnknownOWLOntologyException
 java.util.Set<OWLOntology> OWLOntologyManager.getImports(OWLOntology ontology)
          Gets the set of ontologies that are directly imported by the specified ontology.
 java.util.Set<OWLOntology> OWLOntology.getImports(OWLOntologyManager ontologyManager)
          Gets the OWLOntology instances that this ontology imports.
 java.util.Set<OWLOntology> OWLOntologyManager.getImportsClosure(OWLOntology ontology)
          Gets the imports closure for the specified ontology.
 OWLOntology OWLOntologyManager.getOntology(java.net.URI ontologyURI)
          Gets a previously loaded/created ontology that corresponds to the specified ontology URI.
 OWLOntologyFormat OWLOntologyManager.getOntologyFormat(OWLOntology ontology)
          Gets the ontology format for the specified ontology.
 java.net.URI OWLOntologyManager.getPhysicalURIForOntology(OWLOntology ontology)
          Gets the physical URI for a given ontology.
 java.util.List<OWLOntology> OWLOntologyManager.getSortedImportsClosure(OWLOntology ontology)
          Gets the topologically ordered imports closure.
 void OWLOntologyManager.saveOntology(OWLOntology ontology)
          Saves the specified ontology.
 void OWLOntologyManager.saveOntology(OWLOntology ontology, OWLOntologyFormat ontologyFormat)
           
 void OWLOntologyManager.saveOntology(OWLOntology ontology, OWLOntologyFormat ontologyFormat, OWLOntologyOutputTarget outputTarget)
           
 void OWLOntologyManager.saveOntology(OWLOntology ontology, OWLOntologyFormat ontologyFormat, java.net.URI physcialURI)
           
 void OWLOntologyManager.saveOntology(OWLOntology ontology, OWLOntologyOutputTarget outputTarget)
           
 void OWLOntologyManager.saveOntology(OWLOntology ontology, java.net.URI physicalURI)
          Saves the specified ontology, using the specified URI to determine where/how the ontology should be saved.
 void OWLOntologyManager.setOntologyFormat(OWLOntology ontology, OWLOntologyFormat ontologyFormat)
          Sets the format for the specified ontology.
 void OWLOntologyManager.setPhysicalURIForOntology(OWLOntology ontology, java.net.URI physicalURI)
          Overrides the current physical URI for a given ontology.
 

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

Methods in uk.ac.manchester.cs.owl that throw UnknownOWLOntologyException
 java.util.Set<OWLOntology> OWLOntologyImpl.getImports(OWLOntologyManager ontologyManager)
           
 java.net.URI OWLOntologyManagerImpl.getPhysicalURIForOntology(OWLOntology ontology)
           
 java.util.List<OWLOntology> OWLOntologyManagerImpl.getSortedImportsClosure(OWLOntology ontology)
           
 void OWLOntologyManagerImpl.saveOntology(OWLOntology ontology)
           
 void OWLOntologyManagerImpl.saveOntology(OWLOntology ontology, OWLOntologyFormat ontologyFormat)
           
 void OWLOntologyManagerImpl.saveOntology(OWLOntology ontology, OWLOntologyFormat ontologyFormat, OWLOntologyOutputTarget outputTarget)
           
 void OWLOntologyManagerImpl.saveOntology(OWLOntology ontology, OWLOntologyFormat ontologyFormat, java.net.URI physcialURI)
           
 void OWLOntologyManagerImpl.saveOntology(OWLOntology ontology, OWLOntologyOutputTarget outputTarget)
           
 void OWLOntologyManagerImpl.saveOntology(OWLOntology ontology, java.net.URI physicalURI)
           
 void OWLOntologyManagerImpl.setPhysicalURIForOntology(OWLOntology ontology, java.net.URI physicalURI)