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

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

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

Uses of OWLDataPropertyDomainAxiom in org.coode.owl.functionalrenderer
 

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

Uses of OWLDataPropertyDomainAxiom in org.coode.owl.latex
 

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

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

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

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

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

Uses of OWLDataPropertyDomainAxiom in org.semanticweb.owl.debugging
 

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

Uses of OWLDataPropertyDomainAxiom in org.semanticweb.owl.model
 

Fields in org.semanticweb.owl.model with type parameters of type OWLDataPropertyDomainAxiom
static AxiomType<OWLDataPropertyDomainAxiom> AxiomType.DATA_PROPERTY_DOMAIN
           
 

Methods in org.semanticweb.owl.model that return OWLDataPropertyDomainAxiom
 OWLDataPropertyDomainAxiom OWLDataFactory.getOWLDataPropertyDomainAxiom(OWLDataPropertyExpression property, OWLDescription domain)
           
 

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

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

Uses of OWLDataPropertyDomainAxiom in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return OWLDataPropertyDomainAxiom
 OWLDataPropertyDomainAxiom OWLDataFactoryImpl.getOWLDataPropertyDomainAxiom(OWLDataPropertyExpression property, OWLDescription domain)
           
 

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

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

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

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

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

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

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