de.bsvrz.sys.funclib.application.StandardApplicationpublic class ParameterEditor
extends java.lang.Object
implements de.bsvrz.sys.funclib.application.StandardApplication
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ParameterEditor.ParameterChangeInformation |
| Constructor | Description |
|---|---|
ParameterEditor(de.bsvrz.dav.daf.main.ClientDavInterface connection,
de.bsvrz.dav.daf.main.config.SystemObject object,
de.bsvrz.dav.daf.main.config.AttributeGroup attributeGroup,
short simulationVariant) |
Konstruktor, um den Parametereditor von einer anderen Applikation aus zu starten.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection) |
|
static void |
main(java.lang.String[] args) |
Wird zum Start der Applikation aufgerufen.
|
void |
parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) |
public ParameterEditor(de.bsvrz.dav.daf.main.ClientDavInterface connection,
de.bsvrz.dav.daf.main.config.SystemObject object,
de.bsvrz.dav.daf.main.config.AttributeGroup attributeGroup,
short simulationVariant)
connection - Verbindung zum Datenverteilerobject - anzuzeigendes ObjektattributeGroup - anzuzeigende AttributgruppesimulationVariant - die Simulationsvariantepublic static void main(java.lang.String[] args)
args - Aufrufargumente der Applikationpublic void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
parseArguments in interface de.bsvrz.sys.funclib.application.StandardApplicationpublic void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection)
throws java.lang.Exception
initialize in interface de.bsvrz.sys.funclib.application.StandardApplicationjava.lang.Exception