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

Packages that use AddInverse
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 AddInverse in org.semanticweb.owl.impl.model
 

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

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

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

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

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



WonderWeb