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

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

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

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

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

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

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



WonderWeb