org.geneontology.lego.dot
Interface LegoRenderer

All Known Implementing Classes:
LegoDotWriter

public interface LegoRenderer


Method Summary
 void render(Collection<org.semanticweb.owlapi.model.OWLNamedIndividual> individuals, String name, boolean renderKey)
          Render the given individuals (aka set of annotations).
 

Method Detail

render

void render(Collection<org.semanticweb.owlapi.model.OWLNamedIndividual> individuals,
            String name,
            boolean renderKey)
            throws IOException,
                   LegoTools.UnExpectedStructureException
Render the given individuals (aka set of annotations).

Parameters:
individuals -
name - name of the graph (optional)
renderKey -
Throws:
IOException
LegoTools.UnExpectedStructureException - thrown, if there are unexpected axioms.


Copyright © 2012-2013. All Rights Reserved.