de.unihalle.informatik.MiToBo.core.datatypes.defines
Class MTBConstants

java.lang.Object
  extended by de.unihalle.informatik.MiToBo.core.datatypes.defines.MTBConstants

public class MTBConstants
extends java.lang.Object

Constants globally defined for MiToBo.

Author:
moeller

Field Summary
static double epsilon
          Accuracy for numerical calculations.
 
Constructor Summary
MTBConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

epsilon

public static final double epsilon
Accuracy for numerical calculations.

See Also:
Constant Field Values
Constructor Detail

MTBConstants

public MTBConstants()