com.hp.hpl.jena.eyeball.renderers
Interface Renderer

All Known Implementing Classes:
SimpleN3Renderer, SimpleTextRenderer, SimpleXMLRenderer

public interface Renderer

A Renderer renders a Report's detail model down some PrintStream. Every Renderer must also have a constructor taking a Model argument, the Eyeball configuration model, and a PredicateRegister argument .

Author:
kers

Method Summary
 void render(com.hp.hpl.jena.rdf.model.Model m, java.io.PrintStream out)
          Render the report model om down the PrintStream out.
 

Method Detail

render

public void render(com.hp.hpl.jena.rdf.model.Model m,
                   java.io.PrintStream out)
Render the report model om down the PrintStream out.