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

Packages that use RemoveEnumeration
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
org.semanticweb.owl.model.change Change API for OWL Ontologies.  
 

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

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

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

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



WonderWeb