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

Packages that use OWLSubClassAxiom
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
org.semanticweb.owl.io.abstract_syntax Simple renderer that writes ontologies in OWL Abstract Syntax.  
org.semanticweb.owl.io.owl_rdf   
org.semanticweb.owl.io.simple Simple output of OWL models.  
org.semanticweb.owl.model An API for OWL.  
org.semanticweb.owl.model.helper Helper classes for the OWL API.  
uk.ac.man.cs.img.owl.io.dig1_0   
uk.ac.man.cs.img.owl.io.fact Simple renderer that writes ontologies in FaCT Lisp.  
uk.ac.man.cs.img.owl.io.factplus Simple renderer that writes ontologies in FaCT Lisp.  
uk.ac.man.cs.img.owl.io.html   
uk.ac.man.cs.img.owl.io.tptp Simple renderer that writes ontologies as TPTP.  
 

Uses of OWLSubClassAxiom in org.semanticweb.owl.impl.model
 

Classes in org.semanticweb.owl.impl.model that implement OWLSubClassAxiom
 class OWLSubClassAxiomImpl
          An axiom asserting a subclass relationship between a pair of Descriptions.
 

Methods in org.semanticweb.owl.impl.model that return OWLSubClassAxiom
 OWLSubClassAxiom OWLDataFactoryImpl.getOWLSubClassAxiom(OWLDescription subClass, OWLDescription superClass)
           
 

Uses of OWLSubClassAxiom in org.semanticweb.owl.io.abstract_syntax
 

Methods in org.semanticweb.owl.io.abstract_syntax with parameters of type OWLSubClassAxiom
 void RenderingVisitor.visit(OWLSubClassAxiom axiom)
           
 

Uses of OWLSubClassAxiom in org.semanticweb.owl.io.owl_rdf
 

Methods in org.semanticweb.owl.io.owl_rdf with parameters of type OWLSubClassAxiom
 void RenderingVisitor.visit(OWLSubClassAxiom axiom)
           
 

Uses of OWLSubClassAxiom in org.semanticweb.owl.io.simple
 

Methods in org.semanticweb.owl.io.simple with parameters of type OWLSubClassAxiom
 void DescriptionRenderer.visit(OWLSubClassAxiom node)
           
 

Uses of OWLSubClassAxiom in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLSubClassAxiom
 OWLSubClassAxiom OWLDataFactory.getOWLSubClassAxiom(OWLDescription subClass, OWLDescription superClass)
           
 

Methods in org.semanticweb.owl.model with parameters of type OWLSubClassAxiom
 void OWLObjectVisitor.visit(OWLSubClassAxiom node)
           
 void OWLClassAxiomVisitor.visit(OWLSubClassAxiom axiom)
           
 

Uses of OWLSubClassAxiom in org.semanticweb.owl.model.helper
 

Methods in org.semanticweb.owl.model.helper with parameters of type OWLSubClassAxiom
 void OWLObjectVisitorAdapter.visit(OWLSubClassAxiom node)
           
 void OWLEntityCollector.visit(OWLSubClassAxiom node)
           
 void OWLClassAxiomVisitorAdapter.visit(OWLSubClassAxiom node)
           
 void ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLSubClassAxiom node)
           
 

Uses of OWLSubClassAxiom in uk.ac.man.cs.img.owl.io.dig1_0
 

Methods in uk.ac.man.cs.img.owl.io.dig1_0 with parameters of type OWLSubClassAxiom
 void RenderingVisitor.visit(OWLSubClassAxiom axiom)
           
 

Uses of OWLSubClassAxiom in uk.ac.man.cs.img.owl.io.fact
 

Methods in uk.ac.man.cs.img.owl.io.fact with parameters of type OWLSubClassAxiom
 void RenderingVisitor.visit(OWLSubClassAxiom axiom)
           
 

Uses of OWLSubClassAxiom in uk.ac.man.cs.img.owl.io.factplus
 

Methods in uk.ac.man.cs.img.owl.io.factplus with parameters of type OWLSubClassAxiom
 void RenderingVisitor.visit(OWLSubClassAxiom axiom)
           
 

Uses of OWLSubClassAxiom in uk.ac.man.cs.img.owl.io.html
 

Methods in uk.ac.man.cs.img.owl.io.html with parameters of type OWLSubClassAxiom
 void RenderingVisitor.visit(OWLSubClassAxiom axiom)
           
 

Uses of OWLSubClassAxiom in uk.ac.man.cs.img.owl.io.tptp
 

Methods in uk.ac.man.cs.img.owl.io.tptp with parameters of type OWLSubClassAxiom
 void RenderingVisitor.visit(OWLSubClassAxiom axiom)
           
 void AxiomRenderer.visit(OWLSubClassAxiom axiom)
           
 



WonderWeb