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