Uses of Class
net.sourceforge.cilib.pso.particle.StandardParticle

Packages that use StandardParticle
net.sourceforge.cilib.pso.dynamic   
net.sourceforge.cilib.pso.particle   
 

Uses of StandardParticle in net.sourceforge.cilib.pso.dynamic
 

Subclasses of StandardParticle in net.sourceforge.cilib.pso.dynamic
 class ChargedParticle
          Charged Particle used by charged PSO (ChargedVelocityUpdate).
 class DynamicParticle
          Special particle type to use with dynamic algorithms.
 

Uses of StandardParticle in net.sourceforge.cilib.pso.particle
 

Subclasses of StandardParticle in net.sourceforge.cilib.pso.particle
 class CoherenceParticle
           
 class MultiObjectiveParticle
          TODO: Complete this javadoc.
 

Methods in net.sourceforge.cilib.pso.particle that return StandardParticle
 StandardParticle StandardParticle.getClone()
          Make a clone of the Entity the exact semantics of the clone method will be defined by the classes that implements this interface.
 

Constructors in net.sourceforge.cilib.pso.particle with parameters of type StandardParticle
StandardParticle(StandardParticle copy)
          Create a copy of the provided instance.
 



Copyright © 2009 CIRG. All Rights Reserved.