|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ohf.stem.jobs.preferences.PreferenceConstants
public class PreferenceConstants
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 Identifiable s 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 |
---|
public static final java.lang.String SIMULATION_SLEEP_BOOLEAN
public static final java.lang.String SIMULATION_SLEEP_SECONDS_INTEGER
public static final java.lang.String REPORT_EACH_UNRESOLVED_IDENTIFIABLE_BOOLEAN
Simulation
that each
unresolved Identifiable
should be reported in the error
log.
public static final java.lang.String REPORT_NUMBER_OF_UNRESOLVED_IDENTIFIABLES_BOOLEAN
Simulation
that if there ae
unresolved Identifiable
s then the number should be
reported in the error log.
Constructor Detail |
---|
public PreferenceConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |