public class ParameterEditor extends Object implements StandardApplication
Modifier and Type | Class and Description |
---|---|
private static class |
ParameterEditor.EditorFrame |
static class |
ParameterEditor.ParameterChangeInformation |
Modifier and Type | Field and Description |
---|---|
private String |
_atgPid
Pid der via Aufrufargument angegebenen Attributgruppe.
|
private static Debug |
_debug
Logger für Debug-Ausgaben
|
private String |
_objectPid
Pid des via Aufrufargument angegebenen Objekts.
|
Modifier | Constructor and Description |
---|---|
private |
ParameterEditor()
Der Standardkonstruktor wird für den Aufruf durch die
main Methode benötigt. |
|
ParameterEditor(ClientDavInterface connection,
SystemObject object,
AttributeGroup attributeGroup,
short simulationVariant)
Konstruktor, um den Parametereditor von einer anderen Applikation aus zu starten.
|
Modifier and Type | Method and Description |
---|---|
void |
initialize(ClientDavInterface connection)
Diese Methode wird nach dem Verbindungsaufbau zum Datenverteiler aufgerufen.
|
static void |
main(String[] args)
Wird zum Start der Applikation aufgerufen.
|
void |
parseArguments(ArgumentList argumentList)
Beim Aufruf dieser Methode bekommt die Applikation die Möglichkeit spezielle Aufrufargumente zu lesen.
|
private static Debug _debug
private String _objectPid
private String _atgPid
private ParameterEditor()
main
Methode benötigt.public ParameterEditor(ClientDavInterface connection, SystemObject object, AttributeGroup attributeGroup, short simulationVariant)
connection
- Verbindung zum Datenverteilerobject
- anzuzeigendes ObjektattributeGroup
- anzuzeigende AttributgruppesimulationVariant
- die Simulationsvariantepublic static void main(String[] args)
args
- Aufrufargumente der Applikationpublic void parseArguments(ArgumentList argumentList)
de.bsvrz.sys.funclib.application.StandardApplication
parseArguments
in interface StandardApplication
argumentList
- Aufrufargumente der Applikationpublic void initialize(ClientDavInterface connection) throws Exception
de.bsvrz.sys.funclib.application.StandardApplication
initialize
in interface StandardApplication
connection
- Verbindung zum DatenverteilerException
- Falls ein unerwarteter Fehler aufgetreten ist.