org.openflow.gui
Class Options

java.lang.Object
  extended by org.openflow.gui.Options

public final class Options
extends java.lang.Object

This class defines global options to the program. Some of these options are final as they cannot be changed by running but may differ from one class to the next.

Author:
David Underhill

Field Summary
static boolean AUTO_REQUEST_LINK_INFO_FOR_NEW_SWITCH
          whether to automatically request link info for all new switches
static boolean AUTO_TRACK_STATS_FOR_NEW_LINK
          whether to automatically request that link stats be periodically sent for all new links
static short DEFAULT_PORT
          default port to connect to the server on
static java.lang.String DEFAULT_SERVER_IP
          default server IP, if any
static int STATS_REFRESH_RATE_MSEC
          how often to refresh basic port statistics
static boolean USE_DIRECTED_LINKS
          Whether links between nodes should be represented using one undirected or two directed links.
static boolean USE_LIGHT_COLOR_SCHEME
          whether to use a light or dark color scheme
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SERVER_IP

public static final java.lang.String DEFAULT_SERVER_IP
default server IP, if any

See Also:
Constant Field Values

DEFAULT_PORT

public static final short DEFAULT_PORT
default port to connect to the server on

See Also:
Constant Field Values

AUTO_REQUEST_LINK_INFO_FOR_NEW_SWITCH

public static final boolean AUTO_REQUEST_LINK_INFO_FOR_NEW_SWITCH
whether to automatically request link info for all new switches

See Also:
Constant Field Values

AUTO_TRACK_STATS_FOR_NEW_LINK

public static final boolean AUTO_TRACK_STATS_FOR_NEW_LINK
whether to automatically request that link stats be periodically sent for all new links

See Also:
Constant Field Values

STATS_REFRESH_RATE_MSEC

public static final int STATS_REFRESH_RATE_MSEC
how often to refresh basic port statistics

See Also:
Constant Field Values

USE_DIRECTED_LINKS

public static final boolean USE_DIRECTED_LINKS
Whether links between nodes should be represented using one undirected or two directed links.

See Also:
Constant Field Values

USE_LIGHT_COLOR_SCHEME

public static final boolean USE_LIGHT_COLOR_SCHEME
whether to use a light or dark color scheme

See Also:
Constant Field Values