|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Composition<E>
This Interface indicates that a class implements the composition design pattern.
CompositionView,
DepthFirstIterator| Method Summary | |
|---|---|
Collection<E> |
getComponents()
Returns the components of this object. |
| Method Detail |
|---|
Collection<E> getComponents()
null or an empty collection
if it has no components.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||