Package | Description |
---|---|
com.whitestein.lsps.engine.state.xml |
Modifier and Type | Class and Description |
---|---|
class |
AssignmentReferenceExpressionValue
Assignment reference expression value.
|
class |
BinaryValue
External binary value that stores info about shared record instance that contains binary.
|
class |
ClosureExpressionValue
Persistent value representing a closure expression.
|
class |
CollectionValue
Collection value.
|
class |
ComplexValue
Value representing complex types.
|
class |
ComplexValueWithEvalLevels
Value representing complex types.
|
class |
Context
Entity representing execution context state.
|
class |
ContextWithFreeTypes
A context that has also free types.
|
class |
ExpressionExpressionValue
Persistent value representing an "expression as closure".
|
class |
ExpressionValue
Persistent value representing closure.
|
class |
ExternalValue
Class used to represent an object that is not defined in the core model types.
|
class |
ListValue
Persistent value value representing an immutable list of values.
|
class |
MapValue
Persistent value representing an immutable map.
|
class |
OperationExpressionValue
Persistent value representing an operation expression.
|
class |
RecordContext
Record context.
|
class |
RecordValue
Persistent value representing a record.
|
class |
ReferenceExpressionValue
Persistent value representing a reference expression.
|
class |
SetValue
Persistent value representing set of variable values.
|
Modifier and Type | Method and Description |
---|---|
<T extends EvaluationLevelAware> |
ModelInstance.getAllEntitiesInLevel(String level,
Class<T> entityClass)
Returns all entities of a given class in a given level.
|
Modifier and Type | Method and Description |
---|---|
EvaluationLevelAware |
EvaluationLevelAware.getBaseLevelEntity()
Returns element corresponding to this element in the base evaluation level.
|
EvaluationLevelAware |
EvaluationLevelAware.getLowerLevelEntity()
Returns element corresponding to this element in the lower existing evaluation level.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends EvaluationLevelAware> |
ModelInstance.getAllEntitiesInLevel(String level)
Returns all entities in a level.
|
Collection<? extends EvaluationLevelAware> |
ModelInstance.getAllEntitiesInLevels(Collection<String> levels)
Returns all entities in given levels.
|
Collection<EvaluationLevelAware> |
ModelInstance.getAllEvaluationLevelAwareEntities()
Returns all evaluation aware entities from this model instance.
|
List<? extends EvaluationLevelAware> |
ModelInstance.getAllLevelEntities(long baseLevelId)
Returns all entities that have same base evaluation level entity id.
|
protected List<EvaluationLevelAware> |
ModelInstance.BaseLevelIdMap.getEntities(long baseLevelId) |
Modifier and Type | Method and Description |
---|---|
protected void |
ModelInstance.BaseLevelIdMap.addEntity(EvaluationLevelAware entity) |
protected void |
ModelInstance.BaseLevelIdMap.removeEntity(EvaluationLevelAware entity) |
Modifier and Type | Method and Description |
---|---|
static void |
EvaluationLevelUtils.sort(List<EvaluationLevelAware> list,
boolean lowerFirst)
Sort evaluation level aware entities according to number of level segments.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.