Package | Description |
---|---|
com.whitestein.lsps.engine.state.ser | |
com.whitestein.lsps.engine.state.xml |
Modifier and Type | Class and Description |
---|---|
class |
SReadonlyVariable
Read-only variable.
|
class |
SWritableVariable
Writable variable.
|
Modifier and Type | Method and Description |
---|---|
List<SVariable> |
SContext.getVariables()
Returns an immutable list of variables.
|
Modifier and Type | Method and Description |
---|---|
void |
SContext.addVariable(SVariable var) |
Modifier and Type | Method and Description |
---|---|
abstract SVariable |
Variable.toSerializable(SModelInstance smi,
MarshallerConfig config)
Creates a serializable object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Variable.fillSerializable(SVariable s,
SModelInstance smi,
MarshallerConfig config) |
Constructor and Description |
---|
ReadonlyVariable(SVariable source,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
Variable(SVariable source,
ModelInstance modelInstance) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.