net.damf.funkson.showork
Class Verbose

java.lang.Object
  extended by net.damf.funkson.showork.Verbose

public class Verbose
extends java.lang.Object


Field Summary
static int DISTRIBUTION
           
static int END_RESULT
           
static int SIMP_FRAC
           
static int SUBSTITUTION
           
 
Constructor Summary
Verbose()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

END_RESULT

public static final int END_RESULT
See Also:
Constant Field Values

DISTRIBUTION

public static final int DISTRIBUTION
See Also:
Constant Field Values

SUBSTITUTION

public static final int SUBSTITUTION
See Also:
Constant Field Values

SIMP_FRAC

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

Verbose

public Verbose()