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

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

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

Uses of OWLObjectPropertyRangeAxiom in org.coode.owl.functionalrenderer
 

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

Uses of OWLObjectPropertyRangeAxiom in org.coode.owl.latex
 

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

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

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

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

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

Uses of OWLObjectPropertyRangeAxiom in org.semanticweb.owl.debugging
 

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

Uses of OWLObjectPropertyRangeAxiom in org.semanticweb.owl.model
 

Fields in org.semanticweb.owl.model with type parameters of type OWLObjectPropertyRangeAxiom
static AxiomType<OWLObjectPropertyRangeAxiom> AxiomType.OBJECT_PROPERTY_RANGE
           
 

Methods in org.semanticweb.owl.model that return OWLObjectPropertyRangeAxiom
 OWLObjectPropertyRangeAxiom OWLDataFactory.getOWLObjectPropertyRangeAxiom(OWLObjectPropertyExpression property, OWLDescription range)
           
 

Methods in org.semanticweb.owl.model that return types with arguments of type OWLObjectPropertyRangeAxiom
 java.util.Set<OWLObjectPropertyRangeAxiom> OWLOntology.getObjectPropertyRangeAxioms(OWLObjectPropertyExpression property)
           
 

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

Uses of OWLObjectPropertyRangeAxiom in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return OWLObjectPropertyRangeAxiom
 OWLObjectPropertyRangeAxiom OWLDataFactoryImpl.getOWLObjectPropertyRangeAxiom(OWLObjectPropertyExpression property, OWLDescription range)
           
 

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

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

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

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

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

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

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