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

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

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

Uses of OWLIrreflexiveObjectPropertyAxiom in org.coode.owl.functionalrenderer
 

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

Uses of OWLIrreflexiveObjectPropertyAxiom in org.coode.owl.latex
 

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

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

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

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

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

Uses of OWLIrreflexiveObjectPropertyAxiom in org.semanticweb.owl.debugging
 

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

Uses of OWLIrreflexiveObjectPropertyAxiom in org.semanticweb.owl.model
 

Fields in org.semanticweb.owl.model with type parameters of type OWLIrreflexiveObjectPropertyAxiom
static AxiomType<OWLIrreflexiveObjectPropertyAxiom> AxiomType.IRREFLEXIVE_OBJECT_PROPERTY
           
 

Methods in org.semanticweb.owl.model that return OWLIrreflexiveObjectPropertyAxiom
 OWLIrreflexiveObjectPropertyAxiom OWLOntology.getIrreflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property)
           
 OWLIrreflexiveObjectPropertyAxiom OWLDataFactory.getOWLIrreflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property)
           
 

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

Uses of OWLIrreflexiveObjectPropertyAxiom in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return OWLIrreflexiveObjectPropertyAxiom
 OWLIrreflexiveObjectPropertyAxiom OWLOntologyImpl.getIrreflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property)
           
 OWLIrreflexiveObjectPropertyAxiom OWLDataFactoryImpl.getOWLIrreflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property)
           
 

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

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

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

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

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

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