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

Packages that use OWLIndividualAxiom
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
org.semanticweb.owl.model An API for OWL.  
org.semanticweb.owl.model.change Change API for OWL Ontologies.  
uk.ac.man.cs.img.owl.io.html   
 

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

Classes in org.semanticweb.owl.impl.model that implement OWLIndividualAxiom
 class OWLDifferentIndividualsAxiomImpl
          An axiom asserting that a number of individuals are different.
 class OWLIndividualAxiomImpl
           
 class OWLSameIndividualsAxiomImpl
          An axiom asserting that a number of individuals are the same.
 

Uses of OWLIndividualAxiom in org.semanticweb.owl.model
 

Subinterfaces of OWLIndividualAxiom in org.semanticweb.owl.model
 interface OWLDifferentIndividualsAxiom
          An axiom asserting that a number of individuals are different.
 interface OWLSameIndividualsAxiom
          An axiom asserting that a number of individuals are the same.
 

Uses of OWLIndividualAxiom in org.semanticweb.owl.model.change
 

Methods in org.semanticweb.owl.model.change that return OWLIndividualAxiom
 OWLIndividualAxiom AddIndividualAxiom.getAxiom()
          The entity that should be added.
 

Constructors in org.semanticweb.owl.model.change with parameters of type OWLIndividualAxiom
AddIndividualAxiom(OWLOntology ontology, OWLIndividualAxiom axiom, OntologyChange cause)
           
 

Uses of OWLIndividualAxiom in uk.ac.man.cs.img.owl.io.html
 

Methods in uk.ac.man.cs.img.owl.io.html with parameters of type OWLIndividualAxiom
 void OntologyRenderer.renderIndividualAxiom(OWLIndividualAxiom axiom, PrintWriter pw, Linker linker)
           
 



WonderWeb