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

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

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

Uses of SWRLClassAtom in org.coode.owl.functionalrenderer
 

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

Uses of SWRLClassAtom in org.coode.owl.latex
 

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

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

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

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

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

Uses of SWRLClassAtom in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return SWRLClassAtom
 SWRLClassAtom SWRLDataFactory.getSWRLClassAtom(OWLDescription desc, SWRLAtomIObject arg)
          Gets a SWRL class atom, i.e.
 

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

Uses of SWRLClassAtom in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return SWRLClassAtom
 SWRLClassAtom OWLDataFactoryImpl.getSWRLClassAtom(OWLDescription desc, SWRLAtomIObject arg)
          Gets a SWRL class atom, i.e.
 

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

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

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

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

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

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