mosaic.sim.neuron
Class GlobalConstants

java.lang.Object
  |
  +--mosaic.sim.neuron.GlobalConstants

public class GlobalConstants
extends java.lang.Object

This class contains some constants that are globally used within the framework.


Field Summary
static double DOUBLE_INACCURACY_WINDOW
          This constant specifies the inaccuracy window for double values.
 
Constructor Summary
GlobalConstants()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

DOUBLE_INACCURACY_WINDOW

public static final double DOUBLE_INACCURACY_WINDOW
This constant specifies the inaccuracy window for double values. Two double values that are no more different than this value are regarded as being equal.
Constructor Detail

GlobalConstants

public GlobalConstants()