Uses of Interface
edu.stanford.smi.protegex.owl.model.triplestore.impl.AddPropertyValueHandler

Packages that use AddPropertyValueHandler
edu.stanford.smi.protegex.owl.model.triplestore.impl   
 

Uses of AddPropertyValueHandler in edu.stanford.smi.protegex.owl.model.triplestore.impl
 

Classes in edu.stanford.smi.protegex.owl.model.triplestore.impl that implement AddPropertyValueHandler
(package private)  class AbstractAddPropertyValueHandler
           
(package private)  class AddAnonymousClassPropertyPropertyHandler
           
(package private)  class AddOWLInverseOfPropertyHandler
           
(package private)  class AddRDFSSubClassOfPropertyHandler
           
(package private)  class AddRDFSSubPropertyOfPropertyHandler
           
(package private)  class AddRDFTypePropertyHandler
           
 

Methods in edu.stanford.smi.protegex.owl.model.triplestore.impl with parameters of type AddPropertyValueHandler
private  void AbstractTripleStore.initHandler(String propertyName, AddPropertyValueHandler handler)