org.geneontology.lego.json
Class LegoShuntGraphTool

java.lang.Object
  extended by org.geneontology.lego.json.LegoShuntGraphTool

public class LegoShuntGraphTool
extends Object

Helper to create a shut graph for a given set of lego nodes.

This creates nodes and edges, where the nodes are the individuals with a simple label. The html label and additional information is provided as meta data. The edges are relations between the individuals and usually have edge label.


Constructor Summary
LegoShuntGraphTool()
           
 
Method Summary
 owltools.graph.shunt.OWLShuntGraph renderLego(Collection<LegoNode> nodes, owltools.graph.OWLGraphWrapper graph)
          Render the given collection of nodes (LegoNode)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegoShuntGraphTool

public LegoShuntGraphTool()
Method Detail

renderLego

public owltools.graph.shunt.OWLShuntGraph renderLego(Collection<LegoNode> nodes,
                                                     owltools.graph.OWLGraphWrapper graph)
Render the given collection of nodes (LegoNode)

Parameters:
nodes -
graph -
Returns:
shuntGraph


Copyright © 2012-2013. All Rights Reserved.