it.tidalwave.role
Interface Composite<Type,SpecializedFinder extends Finder<Type>>
- All Known Subinterfaces:
- SimpleComposite<Type>
- All Known Implementing Classes:
- DefaultSimpleComposite
public interface Composite<Type,SpecializedFinder extends Finder<Type>>
The role of a composite object, that is an object which contains children.
- Version:
- $Id$
- Author:
- Fabrizio Giudici
- Status: stable API
Composite
static final Class<Composite> Composite
DEFAULT
static final Composite<Object,Finder<Object>> DEFAULT
- A default
Composite
with no children.
findChildren
@Nonnull
SpecializedFinder findChildren()
- Returns the children of this object.
- Returns:
- the children
Copyright © 2009-2012 Tidalwave s.a.s.. All Rights Reserved.