List of all members.
Static Public Member Functions |
static void | info (String info) |
static void | debug (String debug) |
static void | error (String error) |
static void | error (Throwable error) |
Detailed Description
Console functionality. This is a static class.
Member Function Documentation
static void pn::Console::debug |
( |
String |
debug | ) |
[inline, static] |
Prints a debug message. The message will be sent to stdout iff debug mode is on.
- Parameters:
-
static void pn::Console::error |
( |
Throwable |
error | ) |
[inline, static] |
Prints an error message to stdout.
- Parameters:
-
static void pn::Console::error |
( |
String |
error | ) |
[inline, static] |
Prints an error message to stdout.
- Parameters:
-
static void pn::Console::info |
( |
String |
info | ) |
[inline, static] |
Prints an info message to stdout.
- Parameters:
-
The documentation for this class was generated from the following file:
- /home/christopher/Uni/MSc/Semester 1/INFOVIS UE/Code/phrase-nets/src/pn/Console.java