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

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

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

Uses of SWRLObjectPropertyAtom in org.coode.owl.functionalrenderer
 

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

Uses of SWRLObjectPropertyAtom in org.coode.owl.latex
 

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

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

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

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

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

Uses of SWRLObjectPropertyAtom in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return SWRLObjectPropertyAtom
 SWRLObjectPropertyAtom SWRLDataFactory.getSWRLObjectPropertyAtom(OWLObjectPropertyExpression property, SWRLAtomIObject arg0, SWRLAtomIObject arg1)
          Gets a SWRL object property atom, i.e.
 

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

Uses of SWRLObjectPropertyAtom in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return SWRLObjectPropertyAtom
 SWRLObjectPropertyAtom OWLDataFactoryImpl.getSWRLObjectPropertyAtom(OWLObjectPropertyExpression property, SWRLAtomIObject arg0, SWRLAtomIObject arg1)
          Gets a SWRL object property atom, i.e.
 

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

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

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

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

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

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