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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parameter
public Parameter()
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.