|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.pso.positionupdatestrategies.BareBonesPositionUpdateStrategy
@Deprecated public class BareBonesPositionUpdateStrategy
Constructor Summary | |
---|---|
BareBonesPositionUpdateStrategy()
Deprecated. Default construstor. |
|
BareBonesPositionUpdateStrategy(BareBonesPositionUpdateStrategy copy)
Deprecated. Copy Constructor for the BareBonesPositionUpdateStrategy. |
Method Summary | |
---|---|
BareBonesPositionUpdateStrategy |
getClone()
Deprecated. Create a clone of this BareBonesPositionUpdateStrategy. |
void |
updatePosition(Particle particle)
Deprecated. Update the position of the Particle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BareBonesPositionUpdateStrategy()
public BareBonesPositionUpdateStrategy(BareBonesPositionUpdateStrategy copy)
copy
- The BareBonesPositionUpdateStrategy to copyMethod Detail |
---|
public BareBonesPositionUpdateStrategy getClone()
getClone
in interface PositionUpdateStrategy
getClone
in interface Cloneable
clone
was called.Object.clone()
public void updatePosition(Particle particle)
updatePosition
in interface PositionUpdateStrategy
particle
- The Particle to perform the position update on.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |