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

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

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

Uses of SWRLBuiltInAtom in org.coode.owl.functionalrenderer
 

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

Uses of SWRLBuiltInAtom in org.coode.owl.latex
 

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

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

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

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

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

Uses of SWRLBuiltInAtom in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return SWRLBuiltInAtom
 SWRLBuiltInAtom SWRLDataFactory.getSWRLBuiltInAtom(SWRLBuiltInsVocabulary builtIn, java.util.List<SWRLAtomDObject> args)
          Creates a SWRL Built-In atom.
 

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

Uses of SWRLBuiltInAtom in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return SWRLBuiltInAtom
 SWRLBuiltInAtom OWLDataFactoryImpl.getSWRLBuiltInAtom(SWRLBuiltInsVocabulary builtIn, java.util.List<SWRLAtomDObject> args)
          Creates a SWRL Built-In atom.
 

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

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

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

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

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

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