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

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

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

Classes in org.semanticweb.owl.impl.model that implement OWLPropertyAxiom
 class OWLEquivalentPropertiesAxiomImpl
          An axiom asserting the equivalence of a number of properties.
 class OWLSubPropertyAxiomImpl
          An axiom asserting a subclass relationship between a pair of Properties.
 

Uses of OWLPropertyAxiom in org.semanticweb.owl.io.owl_rdf
 

Methods in org.semanticweb.owl.io.owl_rdf with parameters of type OWLPropertyAxiom
protected  void Renderer.renderPropertyAxiom(OWLPropertyAxiom axiom)
          Method renderPropertyAxiom.
 

Uses of OWLPropertyAxiom in org.semanticweb.owl.model
 

Subinterfaces of OWLPropertyAxiom in org.semanticweb.owl.model
 interface OWLEquivalentPropertiesAxiom
          An axiom asserting the equivalence of a number of properties.
 interface OWLSubPropertyAxiom
          An axiom asserting a subclass relationship between a pair of Properties.
 

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

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

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

Uses of OWLPropertyAxiom in org.semanticweb.owl.model.helper
 

Methods in org.semanticweb.owl.model.helper with parameters of type OWLPropertyAxiom
 void OWLBuilder.addPropertyAxiom(OWLPropertyAxiom axiom)
          Adds axiom to the current ontology.
 

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

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



WonderWeb