ip.martelli
Class MartelliParams
java.lang.Object
   java.util.Observable
java.util.Observable
       ip.martelli.MartelliParams
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
 
 
 
| 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 | 
 
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
MartelliParams
public MartelliParams()
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)
-