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

Packages that use OWLObjectPropertyChainSubPropertyAxiom
de.uulm.ecs.ai.owl.krssrenderer   
org.coode.manchesterowlsyntax   
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 OWLObjectPropertyChainSubPropertyAxiom in de.uulm.ecs.ai.owl.krssrenderer
 

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

Uses of OWLObjectPropertyChainSubPropertyAxiom in org.coode.manchesterowlsyntax
 

Methods in org.coode.manchesterowlsyntax that return OWLObjectPropertyChainSubPropertyAxiom
 OWLObjectPropertyChainSubPropertyAxiom ManchesterOWLSyntaxEditorParser.parsePropertyChainSubPropertyAxiom()
           
 

Uses of OWLObjectPropertyChainSubPropertyAxiom in org.coode.owl.functionalrenderer
 

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

Uses of OWLObjectPropertyChainSubPropertyAxiom in org.coode.owl.latex
 

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

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

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

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

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

Uses of OWLObjectPropertyChainSubPropertyAxiom in org.semanticweb.owl.debugging
 

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

Uses of OWLObjectPropertyChainSubPropertyAxiom in org.semanticweb.owl.model
 

Fields in org.semanticweb.owl.model with type parameters of type OWLObjectPropertyChainSubPropertyAxiom
static AxiomType<OWLObjectPropertyChainSubPropertyAxiom> AxiomType.PROPERTY_CHAIN_SUB_PROPERTY
           
 

Methods in org.semanticweb.owl.model that return OWLObjectPropertyChainSubPropertyAxiom
 OWLObjectPropertyChainSubPropertyAxiom OWLDataFactory.getOWLObjectPropertyChainSubPropertyAxiom(java.util.List<? extends OWLObjectPropertyExpression> chain, OWLObjectPropertyExpression superProperty)
           
 

Methods in org.semanticweb.owl.model that return types with arguments of type OWLObjectPropertyChainSubPropertyAxiom
 java.util.Set<OWLObjectPropertyChainSubPropertyAxiom> OWLOntology.getPropertyChainSubPropertyAxioms()
          Gets the property chain sub property axioms in the ontology.
 

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

Uses of OWLObjectPropertyChainSubPropertyAxiom in org.semanticweb.owl.util
 

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

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

Classes in uk.ac.manchester.cs.owl that implement OWLObjectPropertyChainSubPropertyAxiom
 class OWLObjectPropertyChainSubPropertyAxiomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 22-Nov-2006

 

Methods in uk.ac.manchester.cs.owl that return OWLObjectPropertyChainSubPropertyAxiom
 OWLObjectPropertyChainSubPropertyAxiom OWLDataFactoryImpl.getOWLObjectPropertyChainSubPropertyAxiom(java.util.List<? extends OWLObjectPropertyExpression> chain, OWLObjectPropertyExpression superProperty)
           
 

Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLObjectPropertyChainSubPropertyAxiom
 java.util.Set<OWLObjectPropertyChainSubPropertyAxiom> OWLOntologyImpl.getPropertyChainSubPropertyAxioms()
           
 

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

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

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

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

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

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