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

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

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

Uses of OWLSymmetricObjectPropertyAxiom in org.coode.owl.functionalrenderer
 

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

Uses of OWLSymmetricObjectPropertyAxiom in org.coode.owl.latex
 

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

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

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

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

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

Uses of OWLSymmetricObjectPropertyAxiom in org.semanticweb.owl.debugging
 

Methods in org.semanticweb.owl.debugging with parameters of type OWLSymmetricObjectPropertyAxiom
 void DebuggerDescriptionGenerator.visit(OWLSymmetricObjectPropertyAxiom axiom)
           
 

Uses of OWLSymmetricObjectPropertyAxiom in org.semanticweb.owl.model
 

Fields in org.semanticweb.owl.model with type parameters of type OWLSymmetricObjectPropertyAxiom
static AxiomType<OWLSymmetricObjectPropertyAxiom> AxiomType.SYMMETRIC_OBJECT_PROPERTY
           
 

Methods in org.semanticweb.owl.model that return OWLSymmetricObjectPropertyAxiom
 OWLSymmetricObjectPropertyAxiom OWLDataFactory.getOWLSymmetricObjectPropertyAxiom(OWLObjectPropertyExpression property)
           
 OWLSymmetricObjectPropertyAxiom OWLOntology.getSymmetricObjectPropertyAxiom(OWLObjectPropertyExpression property)
           
 

Methods in org.semanticweb.owl.model with parameters of type OWLSymmetricObjectPropertyAxiom
 O OWLAxiomVisitorEx.visit(OWLSymmetricObjectPropertyAxiom axiom)
           
 void OWLAxiomVisitor.visit(OWLSymmetricObjectPropertyAxiom axiom)
           
 

Uses of OWLSymmetricObjectPropertyAxiom in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util with parameters of type OWLSymmetricObjectPropertyAxiom
 void SimpleRenderer.visit(OWLSymmetricObjectPropertyAxiom axiom)
           
 void OWLOntologyChangeFilter.visit(OWLSymmetricObjectPropertyAxiom axiom)
           
 O OWLObjectVisitorExAdapter.visit(OWLSymmetricObjectPropertyAxiom axiom)
           
 void OWLObjectVisitorAdapter.visit(OWLSymmetricObjectPropertyAxiom axiom)
           
 void OWLObjectTypeIndexProvider.visit(OWLSymmetricObjectPropertyAxiom axiom)
           
 void OWLObjectDuplicator.visit(OWLSymmetricObjectPropertyAxiom axiom)
           
 void OWLObjectComponentCollector.visit(OWLSymmetricObjectPropertyAxiom axiom)
           
 void OWLEntityCollector.visit(OWLSymmetricObjectPropertyAxiom axiom)
           
 void OWLAxiomVisitorAdapter.visit(OWLSymmetricObjectPropertyAxiom axiom)
           
 void OWLAxiomTypeProcessor.visit(OWLSymmetricObjectPropertyAxiom axiom)
           
 void HashCode.visit(OWLSymmetricObjectPropertyAxiom axiom)
           
 void DLExpressivityChecker.visit(OWLSymmetricObjectPropertyAxiom axiom)
           
 O DelegatingObjectVisitorEx.visit(OWLSymmetricObjectPropertyAxiom axiom)
           
 void AxiomTypeProvider.visit(OWLSymmetricObjectPropertyAxiom axiom)
           
 void AxiomSubjectProvider.visit(OWLSymmetricObjectPropertyAxiom axiom)
           
 

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

Classes in uk.ac.manchester.cs.owl that implement OWLSymmetricObjectPropertyAxiom
 class OWLSymmetricObjectPropertyAxiomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 

Methods in uk.ac.manchester.cs.owl that return OWLSymmetricObjectPropertyAxiom
 OWLSymmetricObjectPropertyAxiom OWLDataFactoryImpl.getOWLSymmetricObjectPropertyAxiom(OWLObjectPropertyExpression property)
           
 OWLSymmetricObjectPropertyAxiom OWLOntologyImpl.getSymmetricObjectPropertyAxiom(OWLObjectPropertyExpression property)
           
 

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

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

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

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

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

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