uk.ac.man.cs.img.owl.io.factplus
Class Renderer

java.lang.Object
  |
  +--uk.ac.man.cs.img.owl.io.factplus.Renderer
All Implemented Interfaces:
Options, Renderer, ShortFormProvider

public class Renderer
extends Object
implements Renderer, ShortFormProvider


Constructor Summary
Renderer()
           
 
Method Summary
 Map getOptions()
          Get options for the object.
static void main(String[] args)
           
 void renderOntology(OWLOntology ontology, Writer writer)
          Render the given ontology onto the writer using an appropriate concrete representation
 void setOptions(Map map)
          Set options for the object.
 String shortForm(OWLNamedObject ono)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Renderer

public Renderer()
Method Detail

setOptions

public void setOptions(Map map)
Description copied from interface: Options
Set options for the object.

Specified by:
setOptions in interface Options
Parameters:
map - a Map value. Should contain a map from Strings to Objects.

getOptions

public Map getOptions()
Description copied from interface: Options
Get options for the object.

Specified by:
getOptions in interface Options
Returns:
a Map value. Contains a map from Strings to Objects.

renderOntology

public void renderOntology(OWLOntology ontology,
                           Writer writer)
                    throws RendererException
Description copied from interface: Renderer
Render the given ontology onto the writer using an appropriate concrete representation

Specified by:
renderOntology in interface Renderer
RendererException

shortForm

public String shortForm(OWLNamedObject ono)
                 throws OWLException
Specified by:
shortForm in interface ShortFormProvider
OWLException

main

public static void main(String[] args)


WonderWeb