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

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

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

Uses of OWLTransitiveObjectPropertyAxiom in org.coode.owl.functionalrenderer
 

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

Uses of OWLTransitiveObjectPropertyAxiom in org.coode.owl.latex
 

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

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

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

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

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

Uses of OWLTransitiveObjectPropertyAxiom in org.semanticweb.owl.debugging
 

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

Uses of OWLTransitiveObjectPropertyAxiom in org.semanticweb.owl.model
 

Fields in org.semanticweb.owl.model with type parameters of type OWLTransitiveObjectPropertyAxiom
static AxiomType<OWLTransitiveObjectPropertyAxiom> AxiomType.TRANSITIVE_OBJECT_PROPERTY
           
 

Methods in org.semanticweb.owl.model that return OWLTransitiveObjectPropertyAxiom
 OWLTransitiveObjectPropertyAxiom OWLDataFactory.getOWLTransitiveObjectPropertyAxiom(OWLObjectPropertyExpression property)
           
 OWLTransitiveObjectPropertyAxiom OWLOntology.getTransitiveObjectPropertyAxiom(OWLObjectPropertyExpression property)
           
 

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

Uses of OWLTransitiveObjectPropertyAxiom in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return OWLTransitiveObjectPropertyAxiom
 OWLTransitiveObjectPropertyAxiom OWLDataFactoryImpl.getOWLTransitiveObjectPropertyAxiom(OWLObjectPropertyExpression property)
           
 OWLTransitiveObjectPropertyAxiom OWLOntologyImpl.getTransitiveObjectPropertyAxiom(OWLObjectPropertyExpression property)
           
 

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

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

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

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

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

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