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

Packages that use SWRLAtomIVariable
de.uulm.ecs.ai.owl.krssrenderer   
org.coode.owl.functionalrenderer   
org.coode.owl.latex   
org.coode.owl.rdf.model   
org.coode.owlapi.owlxml.renderer   
org.semanticweb.owl.model   
org.semanticweb.owl.util   
uk.ac.manchester.cs.owl   
uk.ac.manchester.cs.owl.dlsyntax   
uk.ac.manchester.cs.owl.inference.dig11   
uk.ac.manchester.cs.owl.mansyntaxrenderer   
 

Uses of SWRLAtomIVariable in de.uulm.ecs.ai.owl.krssrenderer
 

Methods in de.uulm.ecs.ai.owl.krssrenderer with parameters of type SWRLAtomIVariable
 void KRSS2OWLObjectRenderer.visit(SWRLAtomIVariable node)
           
 

Uses of SWRLAtomIVariable in org.coode.owl.functionalrenderer
 

Methods in org.coode.owl.functionalrenderer with parameters of type SWRLAtomIVariable
 void OWLObjectRenderer.visit(SWRLAtomIVariable node)
           
 

Uses of SWRLAtomIVariable in org.coode.owl.latex
 

Methods in org.coode.owl.latex with parameters of type SWRLAtomIVariable
 void LatexObjectVisitor.visit(SWRLAtomIVariable node)
           
 

Uses of SWRLAtomIVariable in org.coode.owl.rdf.model
 

Methods in org.coode.owl.rdf.model with parameters of type SWRLAtomIVariable
 void AbstractTranslator.visit(SWRLAtomIVariable node)
           
 

Uses of SWRLAtomIVariable in org.coode.owlapi.owlxml.renderer
 

Methods in org.coode.owlapi.owlxml.renderer with parameters of type SWRLAtomIVariable
 void OWLXMLObjectRenderer.visit(SWRLAtomIVariable node)
           
 

Uses of SWRLAtomIVariable in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return SWRLAtomIVariable
 SWRLAtomIVariable SWRLDataFactory.getSWRLAtomIVariable(java.net.URI var)
          Gets a SWRL i-variable.
 

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

Methods in org.semanticweb.owl.model with parameters of type SWRLAtomIVariable
 O SWRLObjectVisitorEx.visit(SWRLAtomIVariable node)
           
 void SWRLObjectVisitor.visit(SWRLAtomIVariable node)
           
 

Uses of SWRLAtomIVariable in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util that return types with arguments of type SWRLAtomIVariable
 java.util.Set<SWRLAtomIVariable> SWRLVariableExtractor.getIVariables()
           
 

Methods in org.semanticweb.owl.util with parameters of type SWRLAtomIVariable
 void SWRLVariableExtractor.visit(SWRLAtomIVariable node)
           
 void SimpleRenderer.visit(SWRLAtomIVariable node)
           
 O OWLObjectVisitorExAdapter.visit(SWRLAtomIVariable node)
           
 void OWLObjectVisitorAdapter.visit(SWRLAtomIVariable node)
           
 void OWLObjectTypeIndexProvider.visit(SWRLAtomIVariable node)
           
 void OWLObjectDuplicator.visit(SWRLAtomIVariable node)
           
 void OWLObjectComponentCollector.visit(SWRLAtomIVariable node)
           
 void OWLEntityCollector.visit(SWRLAtomIVariable node)
           
 void HashCode.visit(SWRLAtomIVariable node)
           
 void DLExpressivityChecker.visit(SWRLAtomIVariable node)
           
 O DelegatingObjectVisitorEx.visit(SWRLAtomIVariable node)
           
 

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

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

 

Methods in uk.ac.manchester.cs.owl that return SWRLAtomIVariable
 SWRLAtomIVariable OWLDataFactoryImpl.getSWRLAtomIVariable(java.net.URI var)
          Gets a SWRL i-variable.
 

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

Uses of SWRLAtomIVariable in uk.ac.manchester.cs.owl.dlsyntax
 

Methods in uk.ac.manchester.cs.owl.dlsyntax with parameters of type SWRLAtomIVariable
 void DLSyntaxObjectRenderer.visit(SWRLAtomIVariable node)
           
 

Uses of SWRLAtomIVariable in uk.ac.manchester.cs.owl.inference.dig11
 

Methods in uk.ac.manchester.cs.owl.inference.dig11 with parameters of type SWRLAtomIVariable
 void DIGRenderer.visit(SWRLAtomIVariable node)
           
 

Uses of SWRLAtomIVariable in uk.ac.manchester.cs.owl.mansyntaxrenderer
 

Methods in uk.ac.manchester.cs.owl.mansyntaxrenderer with parameters of type SWRLAtomIVariable
 void ManchesterOWLSyntaxObjectRenderer.visit(SWRLAtomIVariable node)