org.eclipse.ohf.stem.jobs.preferences
Class PreferenceConstants

java.lang.Object
  extended by org.eclipse.ohf.stem.jobs.preferences.PreferenceConstants

public class PreferenceConstants
extends java.lang.Object

Constant definitions for plug-in preferences


Field Summary
static java.lang.String REPORT_EACH_UNRESOLVED_IDENTIFIABLE_BOOLEAN
          This is the preference that specifies that when the canonical graph is created at the beginning of a Simulation that each unresolved Identifiable should be reported in the error log.
static java.lang.String REPORT_NUMBER_OF_UNRESOLVED_IDENTIFIABLES_BOOLEAN
          This is the preference that specifies that when the canonical graph is created at the beginning of a Simulation that if there ae unresolved Identifiables then the number should be reported in the error log.
static java.lang.String SIMULATION_SLEEP_BOOLEAN
          The preference for pausing after each simulation cycle
static java.lang.String SIMULATION_SLEEP_SECONDS_INTEGER
          This is the preference that specifies the number of seconds to pause the simulation at the end of each cycle.
 
Constructor Summary
PreferenceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIMULATION_SLEEP_BOOLEAN

public static final java.lang.String SIMULATION_SLEEP_BOOLEAN
The preference for pausing after each simulation cycle

See Also:
Constant Field Values

SIMULATION_SLEEP_SECONDS_INTEGER

public static final java.lang.String SIMULATION_SLEEP_SECONDS_INTEGER
This is the preference that specifies the number of seconds to pause the simulation at the end of each cycle.

See Also:
Constant Field Values

REPORT_EACH_UNRESOLVED_IDENTIFIABLE_BOOLEAN

public static final java.lang.String REPORT_EACH_UNRESOLVED_IDENTIFIABLE_BOOLEAN
This is the preference that specifies that when the canonical graph is created at the beginning of a Simulation that each unresolved Identifiable should be reported in the error log.

See Also:
Constant Field Values

REPORT_NUMBER_OF_UNRESOLVED_IDENTIFIABLES_BOOLEAN

public static final java.lang.String REPORT_NUMBER_OF_UNRESOLVED_IDENTIFIABLES_BOOLEAN
This is the preference that specifies that when the canonical graph is created at the beginning of a Simulation that if there ae unresolved Identifiables then the number should be reported in the error log.

See Also:
Constant Field Values
Constructor Detail

PreferenceConstants

public PreferenceConstants()