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

Packages that use OWLOntologyChangeException
com.clarkparsia.explanation.util   
org.coode.manchesterowlsyntax   
org.semanticweb.owl.model   
org.semanticweb.owl.modularity   
org.semanticweb.owl.util   
uk.ac.manchester.cs.owl   
uk.ac.manchester.cs.owl.modularity   
 

Uses of OWLOntologyChangeException in com.clarkparsia.explanation.util
 

Methods in com.clarkparsia.explanation.util that throw OWLOntologyChangeException
static void OntologyUtils.addAxiom(OWLAxiom axiom, java.util.Set<OWLOntology> ontologies, OWLOntologyManager manager)
          Add the axiom to all the given ontologies.
static java.util.Set<OWLOntology> OntologyUtils.removeAxiom(OWLAxiom axiom, java.util.Set<OWLOntology> ontologies, OWLOntologyManager manager)
          Removes an axiom from all the given ontologies that contains the axiom and returns those ontologies.
 

Uses of OWLOntologyChangeException in org.coode.manchesterowlsyntax
 

Methods in org.coode.manchesterowlsyntax that throw OWLOntologyChangeException
 void ManchesterOWLSyntaxEditorParser.parseOntology(OWLOntologyManager manager, OWLOntology ont)
           
 

Uses of OWLOntologyChangeException in org.semanticweb.owl.model
 

Subclasses of OWLOntologyChangeException in org.semanticweb.owl.model
 class ImmutableOWLOntologyChangeException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

An exception to describe a situation where there was an attempt to apply a change to an immutable ontology.
 class OWLOntologyChangeVetoException
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

Describes a situation where a change was vetoed for some reason.
 

Methods in org.semanticweb.owl.model that throw OWLOntologyChangeException
 java.util.List<OWLOntologyChange> OWLOntologyManager.addAxiom(OWLOntology ont, OWLAxiom axiom)
          A convenience method that adds a single axioms to an ontology.
 java.util.List<OWLOntologyChange> OWLOntologyManager.addAxioms(OWLOntology ont, java.util.Set<? extends OWLAxiom> axioms)
          A convenience method that adds a set of axioms to an ontology.
 java.util.List<OWLOntologyChange> OWLOntologyManager.applyChange(OWLOntologyChange change)
          A convenience method that applies just one change to an ontology that is managed by this manager.
 java.util.List<OWLOntologyChange> OWLMutableOntology.applyChange(OWLOntologyChange change)
           
 java.util.List<OWLOntologyChange> OWLOntologyManager.applyChanges(java.util.List<? extends OWLOntologyChange> changes)
          Applies a list of changes to some or all of the ontologies that are managed by this manager.
 java.util.List<OWLOntologyChange> OWLMutableOntology.applyChanges(java.util.List<OWLOntologyChange> changes)
           
 OWLOntology OWLOntologyManager.createOntology(java.util.Set<OWLAxiom> axioms)
          Creates a new ontology that is initialised to contain specific axioms.
 OWLOntology OWLOntologyManager.createOntology(java.util.Set<OWLAxiom> axioms, java.net.URI ontologyURI)
          Creates a new ontology that has the specified ontology URI and is initialised to contain specific axioms.
 OWLOntology OWLOntologyManager.createOntology(java.net.URI ontologyURI, java.util.Set<OWLOntology> ontologies)
          Creates a new ontology that has the specified ontology URI and is initialised to contain the axioms that are contained in the specified ontologies.
 OWLOntology OWLOntologyManager.createOntology(java.net.URI ontologyURI, java.util.Set<OWLOntology> ontologies, boolean copyLogicalAxiomsOnly)
          Creates a new ontology that has the specified ontology URI and is initialised to contain the axioms that are contained in the specified ontologies.
 

Uses of OWLOntologyChangeException in org.semanticweb.owl.modularity
 

Methods in org.semanticweb.owl.modularity that throw OWLOntologyChangeException
 OWLOntology OntologySegmenter.extractAsOntology(java.util.Set<OWLEntity> signature, java.net.URI uri)
          Returns an ontology that is a segment of the ontology associated with this segmenter.
 

Uses of OWLOntologyChangeException in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util that throw OWLOntologyChangeException
 OWLOntology OWLOntologyMerger.createMergedOntology(OWLOntologyManager ontologyManager, java.net.URI ontologyURI)
           
 void InferredOntologyGenerator.fillOntology(OWLOntologyManager manager, OWLOntology ontology)
          Adds 'inferred axioms' to an ontology using the generators that have been registered with this InferredAxiomGenerator
 

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

Methods in uk.ac.manchester.cs.owl that throw OWLOntologyChangeException
 java.util.List<OWLOntologyChange> OWLOntologyManagerImpl.addAxiom(OWLOntology ont, OWLAxiom axiom)
           
 java.util.List<OWLOntologyChange> OWLOntologyManagerImpl.addAxioms(OWLOntology ont, java.util.Set<? extends OWLAxiom> axioms)
           
 java.util.List<OWLOntologyChange> OWLOntologyManagerImpl.applyChange(OWLOntologyChange change)
           
 java.util.List<OWLOntologyChange> OWLOntologyManagerImpl.applyChanges(java.util.List<? extends OWLOntologyChange> changes)
           
 OWLOntology OWLOntologyManagerImpl.createOntology(java.util.Set<OWLAxiom> axioms)
           
 OWLOntology OWLOntologyManagerImpl.createOntology(java.util.Set<OWLAxiom> axioms, java.net.URI ontologyURI)
           
 OWLOntology OWLOntologyManagerImpl.createOntology(java.net.URI ontologyURI, java.util.Set<OWLOntology> ontologies)
           
 OWLOntology OWLOntologyManagerImpl.createOntology(java.net.URI ontologyURI, java.util.Set<OWLOntology> ontologies, boolean copyLogicalAxiomsOnly)
           
 

Uses of OWLOntologyChangeException in uk.ac.manchester.cs.owl.modularity
 

Methods in uk.ac.manchester.cs.owl.modularity that throw OWLOntologyChangeException
 OWLOntology SyntacticLocalityModuleExtractor.extractAsOntology(java.util.Set<OWLEntity> signature, java.net.URI uri)
          Extracts a module from the associated ontology for a given signature and the associated module type, and returns the module as an ontology.