Uses of Class
net.sourceforge.cilib.entity.operators.CompositeOperator

Packages that use CompositeOperator
net.sourceforge.cilib.algorithm.population   
net.sourceforge.cilib.entity.operators   
 

Uses of CompositeOperator in net.sourceforge.cilib.algorithm.population
 

Fields in net.sourceforge.cilib.algorithm.population declared as CompositeOperator
protected  CompositeOperator AbstractIterationStrategy.operatorPipeline
           
 

Methods in net.sourceforge.cilib.algorithm.population that return CompositeOperator
 CompositeOperator AbstractIterationStrategy.getOperatorPipeline()
          Get the List<Operator> that represents the sequence of operators to be performed within the current IterationStrategy.
 

Methods in net.sourceforge.cilib.algorithm.population with parameters of type CompositeOperator
 void AbstractIterationStrategy.setOperatorPipeline(CompositeOperator operatorPipeline)
          Set the pipeline to be used within the current IterationStrategy.
 

Uses of CompositeOperator in net.sourceforge.cilib.entity.operators
 

Methods in net.sourceforge.cilib.entity.operators that return CompositeOperator
 CompositeOperator CompositeOperator.getClone()
          Create a cloned copy of the current object and return it.
 

Constructors in net.sourceforge.cilib.entity.operators with parameters of type CompositeOperator
CompositeOperator(CompositeOperator copy)
          Copy constructor.
 



Copyright © 2009 CIRG. All Rights Reserved.