org.apache.struts2.sitegraph.model
Class SiteGraphNode
java.lang.Object
org.apache.struts2.sitegraph.model.SiteGraphNode
- All Implemented Interfaces:
- java.lang.Comparable, Render
- Direct Known Subclasses:
- ActionNode, ViewNode
public abstract class SiteGraphNode
- extends java.lang.Object
- implements Render, java.lang.Comparable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SiteGraphNode
public SiteGraphNode(java.lang.String name)
getParent
public SubGraph getParent()
setParent
public void setParent(SubGraph parent)
render
public void render(IndentWriter writer)
throws java.io.IOException
- Specified by:
render
in interface Render
- Throws:
java.io.IOException
getFullName
public java.lang.String getFullName()
getColor
public abstract java.lang.String getColor()
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable
Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.