net.sf.molae.pipe.tree
Interface Composition<E>


public interface Composition<E>

This Interface indicates that a class implements the composition design pattern.

See Also:
CompositionView, DepthFirstIterator

Method Summary
 Collection<E> getComponents()
          Returns the components of this object.
 

Method Detail

getComponents

Collection<E> getComponents()
Returns the components of this object.

Returns:
the components of thís object, null or an empty collection if it has no components.