Uses of Class
edu.stanford.smi.protegex.owl.swrl.model.SWRLFactory

Packages that use SWRLFactory
edu.stanford.smi.protegex.owl.swrl.model.examples   
edu.stanford.smi.protegex.owl.swrl.model.impl.tests   
edu.stanford.smi.protegex.owl.swrl.parser   
 

Uses of SWRLFactory in edu.stanford.smi.protegex.owl.swrl.model.examples
 

Methods in edu.stanford.smi.protegex.owl.swrl.model.examples with parameters of type SWRLFactory
private static void SWRLFactoryTest.testRuleCreation(SWRLFactory swrlFactory, JenaOWLModel owlModel)
           
 

Uses of SWRLFactory in edu.stanford.smi.protegex.owl.swrl.model.impl.tests
 

Fields in edu.stanford.smi.protegex.owl.swrl.model.impl.tests declared as SWRLFactory
protected  SWRLFactory AbstractSWRLTestCase.factory
           
 

Uses of SWRLFactory in edu.stanford.smi.protegex.owl.swrl.parser
 

Fields in edu.stanford.smi.protegex.owl.swrl.parser declared as SWRLFactory
private  SWRLFactory SWRLParser.swrlFactory