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

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

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

Uses of SWRLDifferentFromAtom in org.coode.owl.functionalrenderer
 

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

Uses of SWRLDifferentFromAtom in org.coode.owl.latex
 

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

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

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

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

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

Uses of SWRLDifferentFromAtom in org.semanticweb.owl.model
 

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

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

Uses of SWRLDifferentFromAtom in org.semanticweb.owl.util
 

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

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

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

 

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

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

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

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

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

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

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