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

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

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

Uses of OWLFunctionalDataPropertyAxiom in org.coode.owl.functionalrenderer
 

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

Uses of OWLFunctionalDataPropertyAxiom in org.coode.owl.latex
 

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

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

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

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

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

Uses of OWLFunctionalDataPropertyAxiom in org.semanticweb.owl.debugging
 

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

Uses of OWLFunctionalDataPropertyAxiom in org.semanticweb.owl.model
 

Fields in org.semanticweb.owl.model with type parameters of type OWLFunctionalDataPropertyAxiom
static AxiomType<OWLFunctionalDataPropertyAxiom> AxiomType.FUNCTIONAL_DATA_PROPERTY
           
 

Methods in org.semanticweb.owl.model that return OWLFunctionalDataPropertyAxiom
 OWLFunctionalDataPropertyAxiom OWLOntology.getFunctionalDataPropertyAxiom(OWLDataPropertyExpression property)
           
 OWLFunctionalDataPropertyAxiom OWLDataFactory.getOWLFunctionalDataPropertyAxiom(OWLDataPropertyExpression property)
           
 

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

Uses of OWLFunctionalDataPropertyAxiom in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return OWLFunctionalDataPropertyAxiom
 OWLFunctionalDataPropertyAxiom OWLOntologyImpl.getFunctionalDataPropertyAxiom(OWLDataPropertyExpression property)
           
 OWLFunctionalDataPropertyAxiom OWLDataFactoryImpl.getOWLFunctionalDataPropertyAxiom(OWLDataPropertyExpression property)
           
 

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

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

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

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

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

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