com.tensegrity.composite
Interface CompositeIterator


public interface CompositeIterator

The CompositeIterator interface defines an iterator that can be used to iterator over a list of Composites.

Version:
$Id: CompositeIterator.java,v 1.1 2005/08/22 12:30:24 BurkhardWick Exp $
Author:
MichaelKegel

Method Summary
 boolean hasNext()
          Returns a flag that indicates wheather there are more Composites to iterate over or not.
 Composite next()
          Returns the next Composite.
 

Method Detail

hasNext

public boolean hasNext()
Returns a flag that indicates wheather there are more Composites to iterate over or not.

Returns:
boolean flag that indicate if there are more Composites to iterate over

next

public Composite next()
Returns the next Composite.

Returns:
the next Composite


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.