org.grinvin.list.graphs

Interface GraphNode

Known Implementing Classes:
GraphGroup, GraphListElement

public interface GraphNode

Method Summary

List
getChildren()
Return the list of children of this node.
String
getName()
Return a localized name for this node.

Method Details

getChildren

public List getChildren()
Return the list of children of this node. Returns null for a node which is not supposed to have children. Returns an empty list for nodes that can have children, but currently have none.

getName

public String getName()
Return a localized name for this node.