|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.sim.kiem.internal.AbstractDataComponent
de.cau.cs.kieler.sim.kiem.JSONObjectDataComponent
public abstract class JSONObjectDataComponent
The Class JSONObjectDataComponent. Implementation for the extension point JSONObjectDataComponent
that implements the interface IJSONObjectDataComponent
.
Field Summary |
---|
Fields inherited from class de.cau.cs.kieler.sim.kiem.internal.AbstractDataComponent |
---|
MASTER_CMD_MACROSTEP, MASTER_CMD_PAUSE, MASTER_CMD_RUN, MASTER_CMD_STEP, MASTER_CMD_STEPBACK, MASTER_CMD_STOP |
Constructor Summary | |
---|---|
JSONObjectDataComponent()
Instantiates a new JSONObjectDataComponent. |
Method Summary | |
---|---|
protected JSONObject |
getInitialVariables()
Gets the (global) interface variables. |
JSONObject |
provideFilterKeysJSON()
Provide filter keys and default values as a JSONObject. |
JSONObject |
provideInitialVariables()
Provide (local) interface variables and possible initial values. |
void |
setInitialVariables(JSONObject globalInitialVariablesParam)
Sets the global interface variables and their initial values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.cau.cs.kieler.sim.kiem.IJSONObjectDataComponent |
---|
step |
Methods inherited from interface de.cau.cs.kieler.sim.kiem.IDataComponent |
---|
initialize, isObserver, isProducer, wrapup |
Constructor Detail |
---|
public JSONObjectDataComponent()
Method Detail |
---|
public JSONObject provideFilterKeysJSON()
public final void setInitialVariables(JSONObject globalInitialVariablesParam)
globalInitialVariablesParam
- the global initial variablesprotected final JSONObject getInitialVariables()
public JSONObject provideInitialVariables() throws KiemInitializationException
getInitialVariables()
method.
KiemInitializationException
- if a property prevents the execution of this DataComponent this error should be
thrown
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |