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

Packages that use SWRLAtomDVariable
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 SWRLAtomDVariable in de.uulm.ecs.ai.owl.krssrenderer
 

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

Uses of SWRLAtomDVariable in org.coode.owl.functionalrenderer
 

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

Uses of SWRLAtomDVariable in org.coode.owl.latex
 

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

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

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

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

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

Uses of SWRLAtomDVariable in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return SWRLAtomDVariable
 SWRLAtomDVariable SWRLDataFactory.getSWRLAtomDVariable(java.net.URI var)
          Gets a SWRL d-variable.
 

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

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

Uses of SWRLAtomDVariable in org.semanticweb.owl.util
 

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

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return SWRLAtomDVariable
 SWRLAtomDVariable OWLDataFactoryImpl.getSWRLAtomDVariable(java.net.URI var)
          Gets a SWRL d-variable.
 

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

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

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

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

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

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

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