PHENIX Job Submission - Release 1.0.0

gov.bnl.phenix.offline.pjs.gui
Interface GuiConstants


public interface GuiConstants

The GuiConstants interface provides global parameters to the GUI.

Author:
Michael Reuter

Field Summary
static java.lang.String[] CLUSTERID
          Constant list of cluster ID strings
static java.lang.String[] CLUSTERNAME
          Constant list of cluster full name strings
static java.lang.String[] CLUSTOUTDIR
          Constant list of strings for the output directory for a cluster
static double ONE_RAD
          Constant providing the value of one radian
static java.lang.String[] SEMAPHOREDIR
          Constant list of strings for the semaphore directory for a cluster
static java.awt.Color STANDARD_COLOR
          Constant providing the standard button color.
static java.lang.String SUBMIT_COMMAND
          Constant providing the submitting script for Grid jobs
static double TWO_PI
          Constant providing the value of 2 pi
 

Field Detail

STANDARD_COLOR

public static final java.awt.Color STANDARD_COLOR
Constant providing the standard button color. Buttons revert to this color when not higlighted.


TWO_PI

public static final double TWO_PI
Constant providing the value of 2 pi

See Also:
Constant Field Values

ONE_RAD

public static final double ONE_RAD
Constant providing the value of one radian

See Also:
Constant Field Values

SUBMIT_COMMAND

public static final java.lang.String SUBMIT_COMMAND
Constant providing the submitting script for Grid jobs

See Also:
Constant Field Values

CLUSTERID

public static final java.lang.String[] CLUSTERID
Constant list of cluster ID strings


CLUSTERNAME

public static final java.lang.String[] CLUSTERNAME
Constant list of cluster full name strings


CLUSTOUTDIR

public static final java.lang.String[] CLUSTOUTDIR
Constant list of strings for the output directory for a cluster


SEMAPHOREDIR

public static final java.lang.String[] SEMAPHOREDIR
Constant list of strings for the semaphore directory for a cluster


PHENIX Job Submission - Release 1.0.0

>Copyright © 2004 PHENIX Collaboration - Brookhaven National Laboratory. All Rights Reserved.