jm.util
Class JMConst

java.lang.Object
  |
  +--jm.util.JMConst

public class JMConst
extends java.lang.Object

Diese Klasse definiert Konstanten, die in vielen Methoden des Projektes vorkommen. Durch die globale Definition koennen Programmierfehler vermieden werden und der Quelltext wird lesbarer.


Field Summary
static int CORTEX
           
static int LEFT
           
static int MAIN
           
static int MEDULLA
           
static int PELVIS
           
static int RIGHT
           
 
Constructor Summary
JMConst()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEFT

public static final int LEFT
See Also:
Constant Field Values

RIGHT

public static final int RIGHT
See Also:
Constant Field Values

MEDULLA

public static final int MEDULLA
See Also:
Constant Field Values

CORTEX

public static final int CORTEX
See Also:
Constant Field Values

PELVIS

public static final int PELVIS
See Also:
Constant Field Values

MAIN

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

JMConst

public JMConst()