Uses of Class
net.sf.myra.framework.Pheromone

Uses of Pheromone in net.sf.myra.framework
 

Methods in net.sf.myra.framework that return Pheromone
 Pheromone Pheromone.clone()
           
 Pheromone Weighable.getPheromone()
          Returns the pheromone value associated with this component.
 Pheromone Graph.Element.getPheromone()
           
 Pheromone Edge.getPheromone()
           
 Pheromone Weighable.getPheromone(int level)
          Returns the pheromone value associated with this component at the specified level.
 Pheromone Graph.Element.getPheromone(int level)
           
 Pheromone Edge.getPheromone(int level)
           
 

Methods in net.sf.myra.framework with parameters of type Pheromone
 void Weighable.setPheromone(Pheromone pheromone)
          Sets the pheromone value associated with this component.
 void Graph.Element.setPheromone(Pheromone pheromone)
           
 void Edge.setPheromone(Pheromone pheromone)
           
 void Weighable.setPheromone(Pheromone pheromone, int level)
          Sets the pheromone value associated with this component at the specified level.
 void Graph.Element.setPheromone(Pheromone pheromone, int level)
           
 void Edge.setPheromone(Pheromone pheromone, int level)
           
 



Copyright © 2013. All Rights Reserved.