jswarm_pso
Interface ParticleInterface


public interface ParticleInterface

Particle's interface

Author:
Pablo Cingolani

Method Summary
 Particle selfFactory()
          Create a new instance of this particle
 

Method Detail

selfFactory

Particle selfFactory()
Create a new instance of this particle

Returns:
A new particle, just like this one