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

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

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

Uses of OWLObjectPropertyDomainAxiom in org.coode.owl.functionalrenderer
 

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

Uses of OWLObjectPropertyDomainAxiom in org.coode.owl.latex
 

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

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

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

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

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

Uses of OWLObjectPropertyDomainAxiom in org.semanticweb.owl.debugging
 

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

Uses of OWLObjectPropertyDomainAxiom in org.semanticweb.owl.model
 

Fields in org.semanticweb.owl.model with type parameters of type OWLObjectPropertyDomainAxiom
static AxiomType<OWLObjectPropertyDomainAxiom> AxiomType.OBJECT_PROPERTY_DOMAIN
           
 

Methods in org.semanticweb.owl.model that return OWLObjectPropertyDomainAxiom
 OWLObjectPropertyDomainAxiom OWLDataFactory.getOWLObjectPropertyDomainAxiom(OWLObjectPropertyExpression property, OWLDescription description)
           
 

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

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

Uses of OWLObjectPropertyDomainAxiom in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return OWLObjectPropertyDomainAxiom
 OWLObjectPropertyDomainAxiom OWLDataFactoryImpl.getOWLObjectPropertyDomainAxiom(OWLObjectPropertyExpression property, OWLDescription description)
           
 

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

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

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

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

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

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

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