fr.ens.transcriptome.doelan
Class Defaults

java.lang.Object
  extended byfr.ens.transcriptome.doelan.Defaults

public final class Defaults
extends java.lang.Object

Default values of the application.

Author:
Laurent Jourdren

Field Summary
static java.lang.String APP_DESCRITPION
          Name of the application.
static java.lang.String APP_NAME
          Name of the application.
static int ARRAY_PLOT_MARGIN
          Array plot margin.
static int ARRAY_PLOT_WIDTH
          Array plot width.
static java.lang.String AUTHORS
          Authors
static java.lang.String CHIP_TYPE_ANNOTATION_KEY
          Annaotation key of the type of the chip.
static java.lang.String CONFIG_FILE
          Config file.
static java.lang.String COPYRIGHT_DATE
          Copyrigth date.
static boolean DEBUG
          Debug mode.
static fr.ens.transcriptome.nividic.util.Version DEFAULT_TEST_VERSION
          Default version of the tests.
static int DOELAN_CHART_HEIGHT
          Chart plot height.
static java.lang.String DOELAN_WORKFLOW_TYPE
          Type of workflow for doelan test suite.
static java.lang.String DOELAN_WORKFLOW_VERSION
          Version of the workflow for doelan test suite.
static java.lang.String DOELAN_WORKFLOW_VERSION_ANNOTATION_KEY
          Annatation key for the version of the test suite workflow.
static int DOLEAN_CHART_WIDTH
          Chart plot width.
static java.lang.Class[] INTERNALS_MODULES
          Internals modules.
static java.lang.String LICENCE
          Licence.
static java.lang.String MANUFACTURER
          Manufacturer.
static java.lang.String MANUFACTURER_WEBSITE
          Web site.
static java.lang.String REJECTED_SPOT_IDENTIFIER
          The identifier of the rejected spots.
static java.lang.String SUBDIR_DATA
          sub directory for data.
static java.lang.String SUBDIR_REPORT
          sub directory for the reports.
static java.lang.String TEST_SUITE_LIST_FILE
          Default test suite list file.
static java.lang.String TEST_SUITE_NAME_ANNOTATION_KEY
          Annatotation key of the test suite name.
static java.lang.String VERSION
          Version of the application.
static java.lang.String WEBSITE
          Web site.
static int WINDOW_HEIGHT
          Main window height.
static int WINDOW_WIDTH
          Main window width.
 
Constructor Summary
Defaults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_FILE

public static final java.lang.String CONFIG_FILE
Config file.

See Also:
Constant Field Values

DEBUG

public static final boolean DEBUG
Debug mode.

See Also:
Constant Field Values

SUBDIR_DATA

public static final java.lang.String SUBDIR_DATA
sub directory for data.

See Also:
Constant Field Values

SUBDIR_REPORT

public static final java.lang.String SUBDIR_REPORT
sub directory for the reports.

See Also:
Constant Field Values

TEST_SUITE_LIST_FILE

public static final java.lang.String TEST_SUITE_LIST_FILE
Default test suite list file.

See Also:
Constant Field Values

APP_NAME

public static final java.lang.String APP_NAME
Name of the application.

See Also:
Constant Field Values

APP_DESCRITPION

public static final java.lang.String APP_DESCRITPION
Name of the application.

See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
Version of the application.

See Also:
Constant Field Values

DEFAULT_TEST_VERSION

public static final fr.ens.transcriptome.nividic.util.Version DEFAULT_TEST_VERSION
Default version of the tests.


COPYRIGHT_DATE

public static final java.lang.String COPYRIGHT_DATE
Copyrigth date.

See Also:
Constant Field Values

MANUFACTURER

public static final java.lang.String MANUFACTURER
Manufacturer.

See Also:
Constant Field Values

AUTHORS

public static final java.lang.String AUTHORS
Authors

See Also:
Constant Field Values

WEBSITE

public static final java.lang.String WEBSITE
Web site.

See Also:
Constant Field Values

MANUFACTURER_WEBSITE

public static final java.lang.String MANUFACTURER_WEBSITE
Web site.

See Also:
Constant Field Values

LICENCE

public static final java.lang.String LICENCE
Licence.

See Also:
Constant Field Values

INTERNALS_MODULES

public static final java.lang.Class[] INTERNALS_MODULES
Internals modules.


WINDOW_WIDTH

public static final int WINDOW_WIDTH
Main window width.

See Also:
Constant Field Values

WINDOW_HEIGHT

public static final int WINDOW_HEIGHT
Main window height.

See Also:
Constant Field Values

ARRAY_PLOT_WIDTH

public static final int ARRAY_PLOT_WIDTH
Array plot width.

See Also:
Constant Field Values

ARRAY_PLOT_MARGIN

public static final int ARRAY_PLOT_MARGIN
Array plot margin.

See Also:
Constant Field Values

DOLEAN_CHART_WIDTH

public static final int DOLEAN_CHART_WIDTH
Chart plot width.

See Also:
Constant Field Values

DOELAN_CHART_HEIGHT

public static final int DOELAN_CHART_HEIGHT
Chart plot height.

See Also:
Constant Field Values

DOELAN_WORKFLOW_TYPE

public static final java.lang.String DOELAN_WORKFLOW_TYPE
Type of workflow for doelan test suite.

See Also:
Constant Field Values

DOELAN_WORKFLOW_VERSION

public static final java.lang.String DOELAN_WORKFLOW_VERSION
Version of the workflow for doelan test suite.

See Also:
Constant Field Values

DOELAN_WORKFLOW_VERSION_ANNOTATION_KEY

public static final java.lang.String DOELAN_WORKFLOW_VERSION_ANNOTATION_KEY
Annatation key for the version of the test suite workflow.

See Also:
Constant Field Values

CHIP_TYPE_ANNOTATION_KEY

public static final java.lang.String CHIP_TYPE_ANNOTATION_KEY
Annaotation key of the type of the chip.

See Also:
Constant Field Values

TEST_SUITE_NAME_ANNOTATION_KEY

public static final java.lang.String TEST_SUITE_NAME_ANNOTATION_KEY
Annatotation key of the test suite name.

See Also:
Constant Field Values

REJECTED_SPOT_IDENTIFIER

public static final java.lang.String REJECTED_SPOT_IDENTIFIER
The identifier of the rejected spots.

See Also:
Constant Field Values
Constructor Detail

Defaults

public Defaults()


Copyright © 2004-2005 École Normale Supérieure Microarray Platform. All Rights Reserved.