public class EnvironmentConfig extends CommandEvent implements TelescopeCommand, ParameterDepending
RefractionModel is
used to deliver both values. For convenience, the transformation into a
command line is already done within the parameter.CommandEvent.Create| Modifier and Type | Field and Description |
|---|---|
private static String |
currentenv
The environment condition, condensed in a single string.
|
static long |
INVALID
Time after which the T,p values are considered invalid and updated.
|
private static long |
lastupdate
The last call to the update command.
|
COMMANDPACKAGE, JVIEWPACKAGE, TYPESEPARATORSEPCHARlocalHost, sourceNamesource| Constructor and Description |
|---|
EnvironmentConfig(Object src)
Constructs a abort adapter telescope, grabbing the type from the class
name and setting the command time to the current system time.
|
EnvironmentConfig(Object src,
String id,
long time)
Constructs a new focus telescope command.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getLine()
Returns the command line of the move telescope command.
|
boolean |
parseLine(String[] all)
Parse the command line into a focus position.
|
void |
registerParameter(Parameter focus)
Registers an parameter set to this command.
|
classNameToTemplate, createCommand, createCommand, createJCommand, extractType, getExpectedAcknowledgeNumber, parseForStrings, templateToClassNamecheckType, equals, equalTime, equalTime, fromAscii, getAllCommandLines, getExecuteGroupKey, getHead, getNr, getTime, getType, hashCode, isValid, parseFromSingleString, readFromBufferedStream, setNr, setTime, setType, setValid, toSkippedString, toStringgetHost, getSourceName, setSourceNamegetSourcepublic static final long INVALID
private static String currentenv
private static long lastupdate
public EnvironmentConfig(Object src)
public EnvironmentConfig(Object src, String id, long time)
parseLine(java.lang.String[]) method or by registering an
XML-Element to it.public void registerParameter(Parameter focus)
registerParameter in interface ParameterDependingpublic String[] getLine()
getLine in class MessageEventpublic boolean parseLine(String[] all)
parseLine in class MessageEvent