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

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

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

Uses of OWLDataPropertyRangeAxiom in org.coode.owl.functionalrenderer
 

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

Uses of OWLDataPropertyRangeAxiom in org.coode.owl.latex
 

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

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

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

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

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

Uses of OWLDataPropertyRangeAxiom in org.semanticweb.owl.debugging
 

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

Uses of OWLDataPropertyRangeAxiom in org.semanticweb.owl.model
 

Fields in org.semanticweb.owl.model with type parameters of type OWLDataPropertyRangeAxiom
static AxiomType<OWLDataPropertyRangeAxiom> AxiomType.DATA_PROPERTY_RANGE
           
 

Methods in org.semanticweb.owl.model that return OWLDataPropertyRangeAxiom
 OWLDataPropertyRangeAxiom OWLDataFactory.getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression propery, OWLDataRange owlDataRange)
           
 

Methods in org.semanticweb.owl.model that return types with arguments of type OWLDataPropertyRangeAxiom
 java.util.Set<OWLDataPropertyRangeAxiom> OWLOntology.getDataPropertyRangeAxiom(OWLDataProperty property)
           
 

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

Uses of OWLDataPropertyRangeAxiom in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return OWLDataPropertyRangeAxiom
 OWLDataPropertyRangeAxiom OWLDataFactoryImpl.getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression propery, OWLDataRange owlDataRange)
           
 

Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLDataPropertyRangeAxiom
 java.util.Set<OWLDataPropertyRangeAxiom> OWLOntologyImpl.getDataPropertyRangeAxiom(OWLDataProperty property)
           
 

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

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

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

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

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

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