it.tidalwave.role.spi
Class DefaultSimpleComposite<Type>

Package class diagram package DefaultSimpleComposite
java.lang.Object
  extended by it.tidalwave.role.spi.DefaultSimpleComposite<Type>
All Implemented Interfaces:
Composite<Type,Finder<Type>>, SimpleComposite<Type>

public class DefaultSimpleComposite<Type>
extends Object
implements SimpleComposite<Type>

Version:
$Id$
Author:
Fabrizio Giudici
Status: draft API

Nested Class Summary
 
Nested classes/interfaces inherited from interface it.tidalwave.role.Composite
Composite.EmptyFinder, Composite.Visitor<T,R>, Composite.VisitorSupport<T,R>
 
Field Summary
 
Fields inherited from interface it.tidalwave.role.Composite
Composite, DEFAULT
 
Constructor Summary
DefaultSimpleComposite()
           
 
Method Summary
 Finder<Type> findChildren()
          Returns the children of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSimpleComposite

public DefaultSimpleComposite()
Method Detail

findChildren

@Nonnull
public final Finder<Type> findChildren()
Description copied from interface: Composite
Returns the children of this object.

Specified by:
findChildren in interface Composite<Type,Finder<Type>>
Returns:
the children


Copyright © 2009-2012 Tidalwave s.a.s.. All Rights Reserved.