Plexus v0.13.1

com.phoenixst.plexus
Interface Rooted

All Known Subinterfaces:
RootedTree
All Known Implementing Classes:
DefaultRootedTreeView, DepthFirstTreeView, ForestTreeAdapter, ForestTreeExtension

public interface Rooted

A graph structure which distinguishes a particular node as the "root".

Since:
1.0
Version:
$Revision: 1.1 $
Author:
Ray A. Conner

Method Summary
 Object getRoot()
          Gets the root node.
 void setRoot(Object root)
          Sets the root node, which must already be present.
 

Method Detail

getRoot

Object getRoot()
Gets the root node.


setRoot

void setRoot(Object root)
Sets the root node, which must already be present.


Plexus v0.13.1

See the Plexus project home, hosted by SourceForge.
Copyright ? 1994-2006, by Phoenix Software Technologists, Inc. and others. All Rights Reserved. Use is subject to license terms.