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

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

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

Uses of SWRLDataRangeAtom in org.coode.owl.functionalrenderer
 

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

Uses of SWRLDataRangeAtom in org.coode.owl.latex
 

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

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

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

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

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

Uses of SWRLDataRangeAtom in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return SWRLDataRangeAtom
 SWRLDataRangeAtom SWRLDataFactory.getSWRLDataRangeAtom(OWLDataRange rng, SWRLAtomDObject arg)
          Gets a SWRL data range atom, i.e.
 

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

Uses of SWRLDataRangeAtom in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return SWRLDataRangeAtom
 SWRLDataRangeAtom OWLDataFactoryImpl.getSWRLDataRangeAtom(OWLDataRange rng, SWRLAtomDObject arg)
          Gets a SWRL data range atom, i.e.
 

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

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

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

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

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

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