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

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

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

Uses of OWLNegativeObjectPropertyAssertionAxiom in org.coode.owl.functionalrenderer
 

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

Uses of OWLNegativeObjectPropertyAssertionAxiom in org.coode.owl.latex
 

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

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

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

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

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

Uses of OWLNegativeObjectPropertyAssertionAxiom in org.semanticweb.owl.debugging
 

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

Uses of OWLNegativeObjectPropertyAssertionAxiom in org.semanticweb.owl.model
 

Fields in org.semanticweb.owl.model with type parameters of type OWLNegativeObjectPropertyAssertionAxiom
static AxiomType<OWLNegativeObjectPropertyAssertionAxiom> AxiomType.NEGATIVE_OBJECT_PROPERTY_ASSERTION
           
 

Methods in org.semanticweb.owl.model that return OWLNegativeObjectPropertyAssertionAxiom
 OWLNegativeObjectPropertyAssertionAxiom OWLDataFactory.getOWLNegativeObjectPropertyAssertionAxiom(OWLIndividual subject, OWLObjectPropertyExpression property, OWLIndividual object)
           
 

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

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

Uses of OWLNegativeObjectPropertyAssertionAxiom in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return OWLNegativeObjectPropertyAssertionAxiom
 OWLNegativeObjectPropertyAssertionAxiom OWLDataFactoryImpl.getOWLNegativeObjectPropertyAssertionAxiom(OWLIndividual subject, OWLObjectPropertyExpression property, OWLIndividual object)
           
 

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

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

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

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

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

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

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