Uses of Interface
org.semanticweb.owl.model.SWRLAtomVariable

Packages that use SWRLAtomVariable
org.semanticweb.owl.model   
uk.ac.manchester.cs.owl   
 

Uses of SWRLAtomVariable in org.semanticweb.owl.model
 

Subinterfaces of SWRLAtomVariable in org.semanticweb.owl.model
 interface SWRLAtomDVariable
          Author: Matthew Horridge
The University Of Manchester
Medical Informatics Group
Date: Jan 15, 2007

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm

 interface SWRLAtomIVariable
          Author: Matthew Horridge
The University Of Manchester
Medical Informatics Group
Date: Jan 15, 2007

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm

 

Methods in org.semanticweb.owl.model that return types with arguments of type SWRLAtomVariable
 java.util.Set<SWRLAtomVariable> SWRLRule.getVariables()
          Gets the variables that appear in this rule.
 

Uses of SWRLAtomVariable in uk.ac.manchester.cs.owl
 

Classes in uk.ac.manchester.cs.owl that implement SWRLAtomVariable
 class SWRLAtomDVariableImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Jan-2007

 class SWRLAtomIVariableImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Jan-2007

 class SWRLVariableImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Jan-2007

 

Methods in uk.ac.manchester.cs.owl that return types with arguments of type SWRLAtomVariable
 java.util.Set<SWRLAtomVariable> SWRLRuleImpl.getVariables()