Interface ChainedNode

All Superinterfaces:
BlanknessRequestable, OptionalHeaderHolder
All Known Implementing Classes:
ImmutableChainedNode

public interface ChainedNode extends BlanknessRequestable, OptionalHeaderHolder
A ChainedNode has the following attributes. -0 or 1 header -an arbitrary number of child ChainedNodes -0 or 1 next ChainedNode A ChainedNode that does not have a header, does not contain attributes and does not have a next ChainedNode is blank. A ChainedNode is not mutable.
Author:
Silvan Wyss