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

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

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

Uses of OWLDataPropertyAssertionAxiom in org.coode.owl.functionalrenderer
 

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

Uses of OWLDataPropertyAssertionAxiom in org.coode.owl.latex
 

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

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

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

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

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

Uses of OWLDataPropertyAssertionAxiom in org.semanticweb.owl.debugging
 

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

Uses of OWLDataPropertyAssertionAxiom in org.semanticweb.owl.model
 

Fields in org.semanticweb.owl.model with type parameters of type OWLDataPropertyAssertionAxiom
static AxiomType<OWLDataPropertyAssertionAxiom> AxiomType.DATA_PROPERTY_ASSERTION
           
 

Methods in org.semanticweb.owl.model that return OWLDataPropertyAssertionAxiom
 OWLDataPropertyAssertionAxiom OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, boolean value)
           
 OWLDataPropertyAssertionAxiom OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, double value)
           
 OWLDataPropertyAssertionAxiom OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, float value)
           
 OWLDataPropertyAssertionAxiom OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, int value)
           
 OWLDataPropertyAssertionAxiom OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, OWLConstant object)
           
 OWLDataPropertyAssertionAxiom OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, java.lang.String value)
           
 

Methods in org.semanticweb.owl.model that return types with arguments of type OWLDataPropertyAssertionAxiom
 java.util.Set<OWLDataPropertyAssertionAxiom> OWLOntology.getDataPropertyAssertionAxioms(OWLIndividual individual)
           
 

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

Uses of OWLDataPropertyAssertionAxiom in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return OWLDataPropertyAssertionAxiom
 OWLDataPropertyAssertionAxiom OWLDataFactoryImpl.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, boolean value)
           
 OWLDataPropertyAssertionAxiom OWLDataFactoryImpl.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, double value)
           
 OWLDataPropertyAssertionAxiom OWLDataFactoryImpl.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, float value)
           
 OWLDataPropertyAssertionAxiom OWLDataFactoryImpl.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, int value)
           
 OWLDataPropertyAssertionAxiom OWLDataFactoryImpl.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, OWLConstant object)
           
 OWLDataPropertyAssertionAxiom OWLDataFactoryImpl.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, java.lang.String value)
           
 

Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLDataPropertyAssertionAxiom
 java.util.Set<OWLDataPropertyAssertionAxiom> OWLOntologyImpl.getDataPropertyAssertionAxioms(OWLIndividual individual)
           
 java.util.Set<OWLDataPropertyAssertionAxiom> OWLIndividualImpl.getIndividualDataRelationshipAxioms(OWLOntology ontology)
           
 

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

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

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

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

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

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