/**
 * <tt>FLAGS</tt><br>
 * Eine Hilfsklasse um programmweit eine elegante Möglichkeit schafft,
 * auf die Commandline Argumente zu prüfen.
 */
class FLAGS
{
    static public boolean DEBUG = false;
}