Package | Description |
---|---|
com.whitestein.lsps.engine.state.ser | |
com.whitestein.lsps.engine.state.xml |
Modifier and Type | Method and Description |
---|---|
PropertyValue |
SPropertyValue.toValue(ModelInstance modelInstance) |
Modifier and Type | Method and Description |
---|---|
PropertyValue |
PropertyValue.createCopy(ModelInstance targetModelInstance) |
Modifier and Type | Method and Description |
---|---|
List<PropertyValue> |
ReferenceExpressionValue.getProperties()
Returns all additional properties.
|
Modifier and Type | Method and Description |
---|---|
T |
ValueVisitor.visit(PropertyValue propertyValue)
Visits value.
|
Constructor and Description |
---|
AssignmentReferenceExpressionValue(long id,
ModelInstance modelInstance,
String type,
com.whitestein.lsps.engine.state.xml.ContextValue context,
String expression,
ReferenceExpression compiledExpression,
long baseLevelValueId,
List<PropertyValue> properties,
ClosureOrigin origin) |
AssignmentReferenceExpressionValue(ModelInstance modelInstance,
String type,
Context context,
ReferenceExpression expression,
List<PropertyValue> properties,
ClosureOrigin origin) |
ReferenceExpressionValue(long id,
ModelInstance modelInstance,
String type,
Context context,
String expression,
ReferenceExpression compiledExpression,
List<PropertyValue> properties,
ClosureOrigin origin)
Creates a new base level instance.
|
ReferenceExpressionValue(long id,
ModelInstance modelInstance,
String type,
com.whitestein.lsps.engine.state.xml.ContextValue context,
String expression,
ReferenceExpression compiledExpression,
long baseLevelValueId,
List<PropertyValue> properties,
ClosureOrigin origin)
Creates a new instance.
|
ReferenceExpressionValue(ModelInstance modelInstance,
String type,
Context context,
ReferenceExpression expression,
List<PropertyValue> properties,
ClosureOrigin origin)
Creates a new base level instance.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.