public class GlobalState extends simudyne.core.graph.BaseGlobalState implements JSONValue
| Constructor and Description |
|---|
GlobalState() |
| Modifier and Type | Method and Description |
|---|---|
simudyne.core.schema.SchemaRecord |
getSchema()
Defines schema for this data type.
|
ValueRecord |
getValues(ModelExecutionPhase phase)
Defines values for this data type.
|
void |
receiveJSON(com.fasterxml.jackson.databind.JsonNode input,
ModelExecutionPhase phase)
Allows the writing of JSON to this datatype.
|
public void receiveJSON(com.fasterxml.jackson.databind.JsonNode input,
ModelExecutionPhase phase)
JSONValueJsonNode
input, and the phase of execution for the model.receiveJSON in interface JSONValueinput - A JsonNode representing the input as JSON.phase - A ModelExecutionPhase denoting the current state of execution for the
model.public simudyne.core.schema.SchemaRecord getSchema()
JSONValuepublic ValueRecord getValues(ModelExecutionPhase phase)
JSONValue