Uses of Class
net.sourceforge.cilib.cooperative.algorithmiterators.SequentialAlgorithmIterator

Packages that use SequentialAlgorithmIterator
net.sourceforge.cilib.cooperative.algorithmiterators   
 

Uses of SequentialAlgorithmIterator in net.sourceforge.cilib.cooperative.algorithmiterators
 

Subclasses of SequentialAlgorithmIterator in net.sourceforge.cilib.cooperative.algorithmiterators
 class RandomAlgorithmIterator<E extends Algorithm>
          Iterate through a list of Algorithms in a random order.
 

Methods in net.sourceforge.cilib.cooperative.algorithmiterators that return SequentialAlgorithmIterator
 SequentialAlgorithmIterator<E> SequentialAlgorithmIterator.getClone()
          Clone this list iterator and return it.
 

Constructors in net.sourceforge.cilib.cooperative.algorithmiterators with parameters of type SequentialAlgorithmIterator
SequentialAlgorithmIterator(SequentialAlgorithmIterator rhs)
          Construct a new SequentialAlgorithmIterator from the supplied one.
 



Copyright © 2009 CIRG. All Rights Reserved.