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

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

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

Uses of OWLNegativeDataPropertyAssertionAxiom in org.coode.owl.functionalrenderer
 

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

Uses of OWLNegativeDataPropertyAssertionAxiom in org.coode.owl.latex
 

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

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

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

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

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

Uses of OWLNegativeDataPropertyAssertionAxiom in org.semanticweb.owl.debugging
 

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

Uses of OWLNegativeDataPropertyAssertionAxiom in org.semanticweb.owl.model
 

Fields in org.semanticweb.owl.model with type parameters of type OWLNegativeDataPropertyAssertionAxiom
static AxiomType<OWLNegativeDataPropertyAssertionAxiom> AxiomType.NEGATIVE_DATA_PROPERTY_ASSERTION
           
 

Methods in org.semanticweb.owl.model that return OWLNegativeDataPropertyAssertionAxiom
 OWLNegativeDataPropertyAssertionAxiom OWLDataFactory.getOWLNegativeDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, OWLConstant object)
           
 

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

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

Uses of OWLNegativeDataPropertyAssertionAxiom in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return OWLNegativeDataPropertyAssertionAxiom
 OWLNegativeDataPropertyAssertionAxiom OWLDataFactoryImpl.getOWLNegativeDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, OWLConstant object)
           
 

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

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

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

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

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

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

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