Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.test | |
com.whitestein.lsps.tools |
Modifier and Type | Method and Description |
---|---|
EvaluationResultValue |
ExpressionEvaluationService.evaluateExpression(long modelInstanceId,
String expression,
boolean fullExecutionMode)
Parses the string to the expression and than evaluates it in the top context of the model
instance.
|
EvaluationResultValue |
ExpressionEvaluationServiceBean.evaluateExpression(long modelInstanceId,
String source,
boolean fullExecutionMode) |
EvaluationResultValue |
ExpressionEvaluationService.evaluateExpressionInModel(long modelId,
String expression,
boolean fullExecutionMode)
Parses the string to the expression and than evaluates it in the empty model context.
|
EvaluationResultValue |
ExpressionEvaluationServiceBean.evaluateExpressionInModel(long modelId,
String expression,
boolean fullExecutionMode) |
EvaluationResultValue |
EvaluationResult.getDtObject()
Returns result as a data transfer object.
|
Modifier and Type | Method and Description |
---|---|
List<EvaluationResultValue> |
ExpressionEvaluationService.evaluateExpressions(long modelInstanceId,
List<String> expressions,
boolean fullExecutionMode)
Parses the string sources of expressions in the list evaluates them end returns list of
results.
|
List<EvaluationResultValue> |
ExpressionEvaluationServiceBean.evaluateExpressions(long modelInstanceId,
List<String> sources,
boolean fullExecutionMode) |
List<EvaluationResultValue> |
ExpressionEvaluationService.evaluateExpressionsInModel(long modelId,
List<String> expressions,
boolean fullExecutionMode)
Parses the string sources of expressions in the list evaluates them end returns list of
results.
|
List<EvaluationResultValue> |
ExpressionEvaluationServiceBean.evaluateExpressionsInModel(long modelId,
List<String> expressions,
boolean fullExecutionMode) |
Modifier and Type | Method and Description |
---|---|
EvaluationResultValue |
ModelInstance.evaluateExpressionInEvaluationLevel(Long contextId,
String expression,
String evaluationLevel,
boolean mergeEvaluation)
Evaluates expression in the given context and the specified evaluation level.
|
EvaluationResultValue |
ModelInstance.evaluateExpressionInEvaluationLevel(String expression,
String evaluationLevel,
boolean mergeEvaluation)
Evaluates expression in the specified evaluation level.
|
EvaluationResultValue |
ModelInstance.execute(String expression)
Evaluates expression in base context.
|
EvaluationResultValue |
ModelInstance.execute(String expression,
Long contextId)
Evaluates expression in base evaluation level in the specified context.
|
EvaluationResultValue |
ModelInstance.gc()
Performs a GC.
|
Modifier and Type | Method and Description |
---|---|
EvaluationResultValue |
TestSupportServiceBean.attachModelInstance(byte[] serializedModelInstance) |
EvaluationResultValue |
TestSupportService.attachModelInstance(byte[] serializedModelInstance)
Attach detached model instance.
|
EvaluationResultValue |
TestSupportServiceBean.cleanEvaluationLevelData(long modelInstanceId,
String level) |
EvaluationResultValue |
TestSupportService.cleanEvaluationLevelData(long modelInstanceId,
String level)
Cleans evaluation data of the specified level.
|
EvaluationResultValue |
TestSupportServiceBean.cleanEvaluationLevelDataDetached(byte[] serializedModelInstance,
String level) |
EvaluationResultValue |
TestSupportService.cleanEvaluationLevelDataDetached(byte[] serializedModelInstance,
String level)
Cleans evaluation data of the specified level.
|
EvaluationResultValue |
TestSupportServiceBean.createContextInEvaluationLevelDetached(byte[] serializedModelInstance,
String evaluationLevel,
boolean mergeEvaluation) |
EvaluationResultValue |
TestSupportService.createContextInEvaluationLevelDetached(byte[] serializedModelInstance,
String evaluationLevel,
boolean mergeEvaluation) |
EvaluationResultValue |
TestSupportServiceBean.detacheModelInstance(long modelInstanceId,
long detachingTaskId) |
EvaluationResultValue |
TestSupportService.detacheModelInstance(long modelInstanceId,
long detachingTaskId)
Detach model instance.
|
EvaluationResultValue |
TestSupportServiceBean.evaluateExpression(long modelInstanceId,
Long contextId,
String source,
boolean fullExecutionMode,
boolean mergeEval) |
EvaluationResultValue |
TestSupportService.evaluateExpression(long modelInstanceId,
Long contextId,
String expression,
boolean fullExecutionMode,
boolean mergeEvaluation)
Parses the string source of expression and evaluates them.
|
EvaluationResultValue |
TestSupportServiceBean.evaluateExpressionInEvaluationLevel(long modelInstanceId,
Long contextId,
String source,
String evaluationLevel,
boolean mergeEvaluation) |
EvaluationResultValue |
TestSupportService.evaluateExpressionInEvaluationLevel(long modelInstanceId,
Long contextId,
String expression,
String evaluationLevel,
boolean mergeEvaluation)
Parses the string source of expression and evaluates them.
|
EvaluationResultValue |
TestSupportServiceBean.evaluateExpressionInEvaluationLevelDetached(byte[] serializedModelInstance,
Long contextId,
String source,
String evaluationLevel,
boolean mergeEvaluation) |
EvaluationResultValue |
TestSupportService.evaluateExpressionInEvaluationLevelDetached(byte[] serializedModelInstance,
Long contextId,
String source,
String evaluationLevel,
boolean mergeEvaluation)
Evaluates expression in the detached model instance.
|
EvaluationResultValue |
TestSupportServiceBean.removeEvaluationLevelData(long modelInstanceId,
String level) |
EvaluationResultValue |
TestSupportService.removeEvaluationLevelData(long modelInstanceId,
String level)
Removes evaluation data of the specified level.
|
EvaluationResultValue |
TestSupportServiceBean.removeEvaluationLevelDataDetached(byte[] serializedModelInstance,
String level) |
EvaluationResultValue |
TestSupportService.removeEvaluationLevelDataDetached(byte[] serializedModelInstance,
String level)
Removes evaluation data of the specified level.
|
EvaluationResultValue |
TestSupportServiceBean.runGC(long modelInstanceId) |
EvaluationResultValue |
TestSupportService.runGC(long modelInstanceId) |
EvaluationResultValue |
TestSupportServiceBean.synchronize(byte[] serializedModelInstance) |
EvaluationResultValue |
TestSupportService.synchronize(byte[] serializedModelInstance) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.