net.sf.myra.framework
Class Graph.EdgeRangeTransform

java.lang.Object
  extended by net.sf.myra.framework.Graph.EdgeRangeTransform
Enclosing class:
Graph<V extends Info>

public static class Graph.EdgeRangeTransform
extends java.lang.Object

This class represents the range-fixed pheromone transform.


Constructor Summary
Graph.EdgeRangeTransform(double min, double max)
           
 
Method Summary
 void apply(Graph<?> graph)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graph.EdgeRangeTransform

public Graph.EdgeRangeTransform(double min,
                                double max)
Method Detail

apply

public void apply(Graph<?> graph)


Copyright © 2013. All Rights Reserved.