org.apache.struts2.sitegraph.model
Class SiteGraphNode

java.lang.Object
  extended by org.apache.struts2.sitegraph.model.SiteGraphNode
All Implemented Interfaces:
Comparable, Render
Direct Known Subclasses:
ActionNode, ViewNode

public abstract class SiteGraphNode
extends Object
implements Render, Comparable


Constructor Summary
SiteGraphNode(String name)
           
 
Method Summary
 int compareTo(Object o)
           
abstract  String getColor()
           
 String getFullName()
           
 SubGraph getParent()
           
 void render(IndentWriter writer)
           
 void setParent(SubGraph parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SiteGraphNode

public SiteGraphNode(String name)
Method Detail

getParent

public SubGraph getParent()

setParent

public void setParent(SubGraph parent)

render

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

getFullName

public String getFullName()

getColor

public abstract String getColor()

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable


Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.