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

Packages that use ChangeVisitorAdapter
org.semanticweb.owl.model.change Change API for OWL Ontologies.  
uk.ac.man.cs.img.owl.inference.dl   
 

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

Subclasses of ChangeVisitorAdapter in org.semanticweb.owl.model.change
 class OntologyChangeEntityCollector
          A ChangeVisitor that looks at the change and determines the entities that are used or referred to within the change.
 

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

Subclasses of ChangeVisitorAdapter in uk.ac.man.cs.img.owl.inference.dl
 class OntologyChangeConverter
          A change visitor adapter that will take any ontology addition and produce the appropriate DIG messages to represent that change.
 



WonderWeb