Uses of Class
org.semanticweb.owl.model.change.AddPropertyAxiom

Packages that use AddPropertyAxiom
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
org.semanticweb.owl.model.change Change API for OWL Ontologies.  
uk.ac.man.cs.img.owl.inference.dl   
 

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

Methods in org.semanticweb.owl.impl.model with parameters of type AddPropertyAxiom
 void OWLOntologyImpl.visit(AddPropertyAxiom event)
           
 

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

Methods in org.semanticweb.owl.model.change with parameters of type AddPropertyAxiom
 void OntologyChangeEntityCollector.visit(AddPropertyAxiom event)
           
 void ChangeVisitorAdapter.visit(AddPropertyAxiom event)
           
 void ChangeVisitor.visit(AddPropertyAxiom event)
           
 

Uses of AddPropertyAxiom in uk.ac.man.cs.img.owl.inference.dl
 

Methods in uk.ac.man.cs.img.owl.inference.dl with parameters of type AddPropertyAxiom
 void OntologyChangeConverter.visit(AddPropertyAxiom event)
           
 



WonderWeb