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

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

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

Uses of OWLObjectPropertyAssertionAxiom in org.coode.owl.functionalrenderer
 

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

Uses of OWLObjectPropertyAssertionAxiom in org.coode.owl.latex
 

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

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

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

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

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

Uses of OWLObjectPropertyAssertionAxiom in org.semanticweb.owl.debugging
 

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

Uses of OWLObjectPropertyAssertionAxiom in org.semanticweb.owl.model
 

Fields in org.semanticweb.owl.model with type parameters of type OWLObjectPropertyAssertionAxiom
static AxiomType<OWLObjectPropertyAssertionAxiom> AxiomType.OBJECT_PROPERTY_ASSERTION
           
 

Methods in org.semanticweb.owl.model that return OWLObjectPropertyAssertionAxiom
 OWLObjectPropertyAssertionAxiom OWLDataFactory.getOWLObjectPropertyAssertionAxiom(OWLIndividual individual, OWLObjectPropertyExpression property, OWLIndividual object)
           
 

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

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

Uses of OWLObjectPropertyAssertionAxiom in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return OWLObjectPropertyAssertionAxiom
 OWLObjectPropertyAssertionAxiom OWLDataFactoryImpl.getOWLObjectPropertyAssertionAxiom(OWLIndividual individual, OWLObjectPropertyExpression property, OWLIndividual object)
           
 

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

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

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

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

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

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

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