Uses of Class
org.semanticweb.owl.impl.model.OWLOntologyImpl

Packages that use OWLOntologyImpl
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
 

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

Methods in org.semanticweb.owl.impl.model with parameters of type OWLOntologyImpl
protected  void OWLPropertyAxiomImpl.addOntology(OWLOntologyImpl o)
          Add the given ontology to the collection that this class knows it appears in.
protected  boolean OWLPropertyAxiomImpl.removeOntology(OWLOntologyImpl o)
          Remove the given ontology from the collection that this class knows it appears in.
protected  void OWLIndividualAxiomImpl.addOntology(OWLOntologyImpl o)
          Add the given ontology to the collection that this class knows it appears in.
protected  boolean OWLIndividualAxiomImpl.removeOntology(OWLOntologyImpl o)
          Remove the given ontology from the collection that this class knows it appears in.
protected  void OWLEquivalentClassesAxiomImpl.addOntology(OWLOntologyImpl o)
          Add the given ontology to the collection that this class knows it appears in.
protected  boolean OWLEquivalentClassesAxiomImpl.removeOntology(OWLOntologyImpl o)
          Remove the given ontology from the collection that this class knows it appears in.
protected  void OWLEntityImpl.addOntology(OWLOntologyImpl o)
          Add the given ontology to the collection that this class knows it appears in.
protected  boolean OWLEntityImpl.removeOntology(OWLOntologyImpl o)
          Remove the given ontology from the collection that this class knows it appears in.
protected  void OWLDisjointClassesAxiomImpl.addOntology(OWLOntologyImpl o)
          Add the given ontology to the collection that this class knows it appears in.
protected  boolean OWLDisjointClassesAxiomImpl.removeOntology(OWLOntologyImpl o)
          Remove the given ontology from the collection that this class knows it appears in.
protected  void OWLClassAxiomImpl.addOntology(OWLOntologyImpl o)
          Add the given ontology to the collection that this class knows it appears in.
protected  boolean OWLClassAxiomImpl.removeOntology(OWLOntologyImpl o)
          Remove the given ontology from the collection that this class knows it appears in.
 



WonderWeb