net.sf.molae.pipe.tree
Interface Composition


public interface Composition

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

See Also:
CompositionView, DepthFirstIterator

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

Method Detail

getComponents

public Collection getComponents()
Returns the components of this object.
Returns:
the components of thís object, null or an empty collection if it has no components.