Package | Description |
---|---|
com.whitestein.lsps.engine.state.ser | |
com.whitestein.lsps.engine.state.xml |
Modifier and Type | Class and Description |
---|---|
class |
SBinaryValue
External binary value that stores info about shared record instance that contains binary.
|
class |
SCollectionValue
Collection value.
|
class |
SExpressionValue
Persistent value representing closure.
|
class |
SExternalValue
Class used to represent an object that is not defined in the core model types.
|
class |
SListValue
Persistent value value representing an immutable list of values.
|
class |
SMapValue
Persistent value representing an immutable map.
|
class |
SRecordValue
Persistent value representing a record.
|
class |
SSetValue
Persistent value representing set of variable values.
|
Modifier and Type | Method and Description |
---|---|
Set<SComplexValue> |
SValueContent.getValues()
Returns all stored values.
|
Collection<SComplexValue> |
SModelInstance.getValues()
Returns the model instance complex values.
|
Modifier and Type | Method and Description |
---|---|
void |
SValueContent.addValue(SComplexValue value) |
void |
SModelInstance.addValue(SComplexValue value) |
Constructor and Description |
---|
SValueContent(long modelId,
String modelName,
String modelVersion,
String modelHash,
LinkedHashSet<SComplexValue> values)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
abstract SComplexValue |
ComplexValueWithEvalLevels.toSerializable(SModelInstance smi,
MarshallerConfig config)
Creates a serializable object.
|
abstract SComplexValue |
ComplexValue.toSerializable(SModelInstance smi,
MarshallerConfig config)
Creates a serializable object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ComplexValueWithEvalLevels.fillSerializable(SComplexValue s,
SModelInstance smi,
MarshallerConfig config)
Fills attributes of the serializable value which is being created.
|
protected void |
ComplexValue.fillSerializable(SComplexValue s,
SModelInstance smi,
MarshallerConfig config)
Fills attributes of the serializable value which is being created.
|
Constructor and Description |
---|
ComplexValue(SComplexValue source,
ModelInstance modelInstance) |
ComplexValueWithEvalLevels(SComplexValue source,
ModelInstance modelInstance) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.