ip.martelli
Class MartelliParams

java.lang.Object
  extended by java.util.Observable
      extended by ip.martelli.MartelliParams

public class MartelliParams
extends java.util.Observable

Heuristic cost matrix is computed using weights that are set from an instance of the MartelliParams


Field Summary
static int edgeLength
           
static int maximumNumberOfEdges
           
static int runTimeInSeconds
           
 
Constructor Summary
MartelliParams()
           
 
Method Summary
 double getGreediness()
           
 double getPixel()
           
 double getPly()
           
 void setGreediness(double greediness)
           
 void setPixel(double pixel)
           
 void setPly(double ply)
           
 
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maximumNumberOfEdges

public static final int maximumNumberOfEdges
See Also:
Constant Field Values

edgeLength

public static final int edgeLength
See Also:
Constant Field Values

runTimeInSeconds

public static final int runTimeInSeconds
See Also:
Constant Field Values
Constructor Detail

MartelliParams

public MartelliParams()
Method Detail

getPly

public double getPly()

setPly

public void setPly(double ply)

getGreediness

public double getGreediness()

setGreediness

public void setGreediness(double greediness)

getPixel

public double getPixel()

setPixel

public void setPixel(double pixel)