graph
Class Parameter

java.lang.Object
  |
  +--graph.Parameter

public abstract class Parameter
extends java.lang.Object

This class contains methods that rely on Constants, but not on graphs. Objects in this class are immutable, depending only on the number n used to instantiate.

class Constants : constants but no methods. class Parameter : use constants for things that don't require a graph. class Score : use constants for things that require a graph.


Constructor Summary
Parameter()
           
 
Method Summary
static Parameter getExceptionalCase(int maxGon)
           
static Parameter getQuadCase(int quadCaseNumber)
           
protected  void initForecastD()
          initialization for squanderForecast method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parameter

public Parameter()
Method Detail

getQuadCase

public static Parameter getQuadCase(int quadCaseNumber)

getExceptionalCase

public static Parameter getExceptionalCase(int maxGon)

initForecastD

protected void initForecastD()
initialization for squanderForecast method. called by constructor.