net.sf.myra.cantminer.sequential
Class SequentialPheromoneUpdater

java.lang.Object
  extended by net.sf.myra.antminer.DefaultPheromoneUpdater
      extended by net.sf.myra.cantminer.sequential.SequentialPheromoneUpdater
All Implemented Interfaces:
net.sf.myra.framework.PheromoneUpdater

public class SequentialPheromoneUpdater
extends net.sf.myra.antminer.DefaultPheromoneUpdater

Version:
$Revision: 2339 $ $Date:: 2011-01-25 11:35:30#$
Author:
Fernando Esteban Barril Otero

Constructor Summary
SequentialPheromoneUpdater()
           
 
Method Summary
 void evaporate(net.sf.myra.framework.Colony colony)
           
 void update(net.sf.myra.framework.Trail trail, net.sf.myra.framework.Colony colony)
           
 
Methods inherited from class net.sf.myra.antminer.DefaultPheromoneUpdater
initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequentialPheromoneUpdater

public SequentialPheromoneUpdater()
Method Detail

evaporate

public void evaporate(net.sf.myra.framework.Colony colony)
Specified by:
evaporate in interface net.sf.myra.framework.PheromoneUpdater
Overrides:
evaporate in class net.sf.myra.antminer.DefaultPheromoneUpdater

update

public void update(net.sf.myra.framework.Trail trail,
                   net.sf.myra.framework.Colony colony)
Specified by:
update in interface net.sf.myra.framework.PheromoneUpdater
Overrides:
update in class net.sf.myra.antminer.DefaultPheromoneUpdater


Copyright © 2013. All Rights Reserved.