Uses of Class
edu.stanford.smi.protegex.owl.model.factory.OWLJavaFactory

Packages that use OWLJavaFactory
edu.stanford.smi.protegex.owl.database.triplestore   
edu.stanford.smi.protegex.owl.model   
edu.stanford.smi.protegex.owl.model.framestore   
edu.stanford.smi.protegex.owl.model.impl   
edu.stanford.smi.protegex.owl.swrl.model.factory   
 

Uses of OWLJavaFactory in edu.stanford.smi.protegex.owl.database.triplestore
 

Fields in edu.stanford.smi.protegex.owl.database.triplestore declared as OWLJavaFactory
private  OWLJavaFactory DatabaseTripleStore.javaFactory
           
 

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

Methods in edu.stanford.smi.protegex.owl.model that return OWLJavaFactory
 OWLJavaFactory OWLModel.getOWLJavaFactory()
          Gets the OWLJavaFactory that is used to create the Java objects for ontology resources.
 

Methods in edu.stanford.smi.protegex.owl.model with parameters of type OWLJavaFactory
 void OWLModel.setOWLJavaFactory(OWLJavaFactory factory)
          Sets the OWLJavaFactory for this OWLModel.
 

Uses of OWLJavaFactory in edu.stanford.smi.protegex.owl.model.framestore
 

Fields in edu.stanford.smi.protegex.owl.model.framestore declared as OWLJavaFactory
private  OWLJavaFactory OWLFrameFactoryInvocationHandler.ff
           
 

Methods in edu.stanford.smi.protegex.owl.model.framestore with parameters of type OWLJavaFactory
static void OWLFrameFactoryInvocationHandler.setFrameFactory(OWLJavaFactory ff)
          Sets the FrameFactory that shall be used for frame generation in the most recently created OWLFrameFactoryInvocationHandler.
 

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

Methods in edu.stanford.smi.protegex.owl.model.impl that return OWLJavaFactory
 OWLJavaFactory AbstractOWLModel.getOWLJavaFactory()
           
 

Methods in edu.stanford.smi.protegex.owl.model.impl with parameters of type OWLJavaFactory
 void AbstractOWLModel.setOWLJavaFactory(OWLJavaFactory factory)
           
 

Uses of OWLJavaFactory in edu.stanford.smi.protegex.owl.swrl.model.factory
 

Subclasses of OWLJavaFactory in edu.stanford.smi.protegex.owl.swrl.model.factory
 class SWRLJavaFactory