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

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

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

Uses of OWLObjectSubPropertyAxiom in org.coode.owl.functionalrenderer
 

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

Uses of OWLObjectSubPropertyAxiom in org.coode.owl.latex
 

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

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

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

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

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

Uses of OWLObjectSubPropertyAxiom in org.semanticweb.owl.debugging
 

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

Uses of OWLObjectSubPropertyAxiom in org.semanticweb.owl.model
 

Fields in org.semanticweb.owl.model with type parameters of type OWLObjectSubPropertyAxiom
static AxiomType<OWLObjectSubPropertyAxiom> AxiomType.SUB_OBJECT_PROPERTY
           
 

Methods in org.semanticweb.owl.model that return OWLObjectSubPropertyAxiom
 OWLObjectSubPropertyAxiom OWLDataFactory.getOWLSubObjectPropertyAxiom(OWLObjectPropertyExpression subProperty, OWLObjectPropertyExpression superProperty)
           
 

Methods in org.semanticweb.owl.model that return types with arguments of type OWLObjectSubPropertyAxiom
 java.util.Set<OWLObjectSubPropertyAxiom> OWLOntology.getObjectSubPropertyAxiomsForLHS(OWLObjectPropertyExpression property)
          Gets the object property sub property axioms where the specified property is on the left hand side of the axiom.
 java.util.Set<OWLObjectSubPropertyAxiom> OWLOntology.getObjectSubPropertyAxiomsForRHS(OWLObjectPropertyExpression property)
           
 

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

Uses of OWLObjectSubPropertyAxiom in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return OWLObjectSubPropertyAxiom
 OWLObjectSubPropertyAxiom OWLDataFactoryImpl.getOWLSubObjectPropertyAxiom(OWLObjectPropertyExpression subProperty, OWLObjectPropertyExpression superProperty)
           
 

Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLObjectSubPropertyAxiom
 java.util.Set<OWLObjectSubPropertyAxiom> OWLOntologyImpl.getObjectSubPropertyAxiomsForLHS(OWLObjectPropertyExpression property)
           
 java.util.Set<OWLObjectSubPropertyAxiom> OWLOntologyImpl.getObjectSubPropertyAxiomsForRHS(OWLObjectPropertyExpression property)
           
 

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

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

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

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

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

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