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

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

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

Uses of OWLDataSubPropertyAxiom in org.coode.owl.functionalrenderer
 

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

Uses of OWLDataSubPropertyAxiom in org.coode.owl.latex
 

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

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

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

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

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

Uses of OWLDataSubPropertyAxiom in org.semanticweb.owl.debugging
 

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

Uses of OWLDataSubPropertyAxiom in org.semanticweb.owl.model
 

Fields in org.semanticweb.owl.model with type parameters of type OWLDataSubPropertyAxiom
static AxiomType<OWLDataSubPropertyAxiom> AxiomType.SUB_DATA_PROPERTY
           
 

Methods in org.semanticweb.owl.model that return OWLDataSubPropertyAxiom
 OWLDataSubPropertyAxiom OWLDataFactory.getOWLSubDataPropertyAxiom(OWLDataPropertyExpression subProperty, OWLDataPropertyExpression superProperty)
           
 

Methods in org.semanticweb.owl.model that return types with arguments of type OWLDataSubPropertyAxiom
 java.util.Set<OWLDataSubPropertyAxiom> OWLOntology.getDataSubPropertyAxiomsForLHS(OWLDataProperty lhsProperty)
           
 java.util.Set<OWLDataSubPropertyAxiom> OWLOntology.getDataSubPropertyAxiomsForRHS(OWLDataPropertyExpression property)
           
 

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

Uses of OWLDataSubPropertyAxiom in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return OWLDataSubPropertyAxiom
 OWLDataSubPropertyAxiom OWLDataFactoryImpl.getOWLSubDataPropertyAxiom(OWLDataPropertyExpression subProperty, OWLDataPropertyExpression superProperty)
           
 

Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLDataSubPropertyAxiom
 java.util.Set<OWLDataSubPropertyAxiom> OWLOntologyImpl.getDataSubPropertyAxiomsForLHS(OWLDataProperty lhsProperty)
           
 java.util.Set<OWLDataSubPropertyAxiom> OWLOntologyImpl.getDataSubPropertyAxiomsForRHS(OWLDataPropertyExpression property)
           
 

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

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

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

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

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

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