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

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

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

Uses of SWRLDataValuedPropertyAtom in org.coode.owl.functionalrenderer
 

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

Uses of SWRLDataValuedPropertyAtom in org.coode.owl.latex
 

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

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

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

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

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

Uses of SWRLDataValuedPropertyAtom in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return SWRLDataValuedPropertyAtom
 SWRLDataValuedPropertyAtom SWRLDataFactory.getSWRLDataValuedPropertyAtom(OWLDataPropertyExpression property, SWRLAtomIObject arg0, SWRLAtomDObject arg1)
          Gets a SWRL data property atom, i.e.
 

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

Uses of SWRLDataValuedPropertyAtom in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return SWRLDataValuedPropertyAtom
 SWRLDataValuedPropertyAtom OWLDataFactoryImpl.getSWRLDataValuedPropertyAtom(OWLDataPropertyExpression property, SWRLAtomIObject arg0, SWRLAtomDObject arg1)
          Gets a SWRL data property atom, i.e.
 

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

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

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

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

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

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