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

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

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

Uses of SWRLSameAsAtom in org.coode.owl.functionalrenderer
 

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

Uses of SWRLSameAsAtom in org.coode.owl.latex
 

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

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

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

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

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

Uses of SWRLSameAsAtom in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return SWRLSameAsAtom
 SWRLSameAsAtom SWRLDataFactory.getSWRLSameAsAtom(SWRLAtomIObject arg0, SWRLAtomIObject arg1)
           
 

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

Uses of SWRLSameAsAtom in org.semanticweb.owl.util
 

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

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

Classes in uk.ac.manchester.cs.owl that implement SWRLSameAsAtom
 class SWRLSameAsAtomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 18-Feb-2007

 

Methods in uk.ac.manchester.cs.owl that return SWRLSameAsAtom
 SWRLSameAsAtom OWLDataFactoryImpl.getSWRLSameAsAtom(SWRLAtomIObject arg0, SWRLAtomIObject arg1)
           
 

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

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

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

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

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

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