public class ParameterEditor
extends java.lang.Object
implements de.bsvrz.sys.funclib.application.StandardApplication
Modifier and Type | Class and Description |
---|---|
static class |
ParameterEditor.ParameterChangeInformation |
Constructor and 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 and 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.StandardApplication
public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection) throws java.lang.Exception
initialize
in interface de.bsvrz.sys.funclib.application.StandardApplication
java.lang.Exception