Uses of Class
edu.stanford.smi.protegex.owl.model.framestore.OWLFrameStore

Packages that use OWLFrameStore
edu.stanford.smi.protegex.owl.model   
edu.stanford.smi.protegex.owl.model.impl   
 

Uses of OWLFrameStore in edu.stanford.smi.protegex.owl.model
 

Methods in edu.stanford.smi.protegex.owl.model that return OWLFrameStore
 OWLFrameStore OWLModel.getOWLFrameStore()
          Provides low level access to some internal Protege detail - normally not needed.
 

Uses of OWLFrameStore in edu.stanford.smi.protegex.owl.model.impl
 

Fields in edu.stanford.smi.protegex.owl.model.impl declared as OWLFrameStore
private  OWLFrameStore AbstractOWLModel.owlFrameStore
           
 

Methods in edu.stanford.smi.protegex.owl.model.impl that return OWLFrameStore
 OWLFrameStore AbstractOWLModel.getOWLFrameStore()