agg.parser
Class Report

java.lang.Object
  extended by agg.parser.Report

public class Report
extends java.lang.Object

This class reports some messages to standard out.


Field Summary
static boolean ATTRIBUTES
          Switch for attribute operations.
static boolean ATTRIBUTES_CP
          Switch for CP - attribute operations.
static boolean CONTAINER
          Switch for general container operation.
static boolean EXCLUDE
          Switch for the computation of exclude rules.
static boolean LADEN
          Switch for load messages.
static boolean LAYER
          Switch for layer messages.
static boolean NAC_CP
          Switch for CP - NACs operations.
static boolean ON
          General switch for showing messages.
static boolean OVERLAPPING
          Switch for overlapping graphs.
static boolean PARSER
          Switch for parser messages.
static boolean TRACE
          Switch for method invokation.
 
Method Summary
static void println(java.lang.Object message)
          Prints a message.
static void println(java.lang.Object message, boolean topic)
          Prints only a message if the topic is true.
static void trace(java.lang.Object message, int tabstop)
          Prints messages from the mehod invokation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ON

public static boolean ON
General switch for showing messages.


TRACE

public static boolean TRACE
Switch for method invokation.


EXCLUDE

public static boolean EXCLUDE
Switch for the computation of exclude rules.


ATTRIBUTES

public static boolean ATTRIBUTES
Switch for attribute operations.


ATTRIBUTES_CP

public static boolean ATTRIBUTES_CP
Switch for CP - attribute operations.


NAC_CP

public static boolean NAC_CP
Switch for CP - NACs operations.


OVERLAPPING

public static boolean OVERLAPPING
Switch for overlapping graphs.


CONTAINER

public static boolean CONTAINER
Switch for general container operation.


PARSER

public static boolean PARSER
Switch for parser messages.


LAYER

public static boolean LAYER
Switch for layer messages.


LADEN

public static boolean LADEN
Switch for load messages.

Method Detail

println

public static void println(java.lang.Object message)
Prints a message.

Parameters:
message - The messages.

println

public static void println(java.lang.Object message,
                           boolean topic)
Prints only a message if the topic is true.

Parameters:
message - The message.
topic - A topic.

trace

public static void trace(java.lang.Object message,
                         int tabstop)
Prints messages from the mehod invokation.

Parameters:
message - The message.
tabstop - The number of spaces preceeding the message.