Uses of Interface
edu.stanford.smi.protegex.owl.swrl.model.SWRLVariable

Packages that use SWRLVariable
edu.stanford.smi.protegex.owl.swrl.model   
edu.stanford.smi.protegex.owl.swrl.model.impl   
edu.stanford.smi.protegex.owl.swrl.parser   
 

Uses of SWRLVariable in edu.stanford.smi.protegex.owl.swrl.model
 

Methods in edu.stanford.smi.protegex.owl.swrl.model that return SWRLVariable
 SWRLVariable SWRLFactory.createVariable(String name)
           
 SWRLVariable SWRLFactory.getVariable(String name)
           
 

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

Classes in edu.stanford.smi.protegex.owl.swrl.model.impl that implement SWRLVariable
 class DefaultSWRLVariable
           
 

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

Methods in edu.stanford.smi.protegex.owl.swrl.parser that return SWRLVariable
private  SWRLVariable SWRLParser.getSWRLVariable(String name)