com.opensymphony.webwork.sitegraph.model
Class Graph

java.lang.Object
  extended by com.opensymphony.webwork.sitegraph.model.SubGraph
      extended by com.opensymphony.webwork.sitegraph.model.Graph
All Implemented Interfaces:
Render

public class Graph
extends SubGraph

User: plightbo Date: Jun 26, 2005 Time: 4:58:30 PM


Field Summary
static Map nodeMap
           
 
Fields inherited from class com.opensymphony.webwork.sitegraph.model.SubGraph
name, nodes, parent, subGraphs
 
Constructor Summary
Graph()
           
 
Method Summary
 void addLink(Link link)
           
 SiteGraphNode findNode(String location, SiteGraphNode ref)
           
 void render(IndentWriter writer)
           
 
Methods inherited from class com.opensymphony.webwork.sitegraph.model.SubGraph
addNode, addSubGraph, create, getName, getPrefix, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeMap

public static Map nodeMap
Constructor Detail

Graph

public Graph()
Method Detail

addLink

public void addLink(Link link)

render

public void render(IndentWriter writer)
            throws IOException
Specified by:
render in interface Render
Overrides:
render in class SubGraph
Throws:
IOException

findNode

public SiteGraphNode findNode(String location,
                              SiteGraphNode ref)

WebWork Project Page