Uses of Interface
org.semanticweb.owl.io.ShortFormProvider

Packages that use ShortFormProvider
org.semanticweb.owl.io.abstract_syntax Simple renderer that writes ontologies in OWL Abstract Syntax.  
uk.ac.man.cs.img.owl.io.fact Simple renderer that writes ontologies in FaCT Lisp.  
uk.ac.man.cs.img.owl.io.html   
 

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

Classes in org.semanticweb.owl.io.abstract_syntax that implement ShortFormProvider
 class ObjectRenderer
           
 class Renderer
           
 

Constructors in org.semanticweb.owl.io.abstract_syntax with parameters of type ShortFormProvider
RenderingVisitor(ShortFormProvider shortForms, OWLOntology ontology)
           
 

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

Constructors in uk.ac.man.cs.img.owl.io.fact with parameters of type ShortFormProvider
RenderingVisitor(ShortFormProvider shortForms)
           
 

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

Classes in uk.ac.man.cs.img.owl.io.html that implement ShortFormProvider
 class OntologyRenderer
           
 



WonderWeb