Interface Info

All Known Implementing Classes:
Annotation

public interface Info

This interface is to be implemented by new classes that need to add their own information to the tree nodes. Allows implementation of algorithms that use different information associated to each node.


Method Summary
 Info getNextInfo()
           
 void setNextInfo(Info next)
           
 

Method Detail

getNextInfo

public Info getNextInfo()
Returns:
next object in the list of object that implement Info interface.

setNextInfo

public void setNextInfo(Info next)