Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.modulemanager |
Modifier and Type | Method and Description |
---|---|
EvaluationResult |
ModelProviderService.evaluateExpression(long modelInstanceId,
Long contextId,
String source,
boolean fullExecutionModel,
boolean mergeEvaluation)
Parses the string to the expression and than evaluates it in the top context of the model
instance.
|
EvaluationResult |
ModelProviderService.evaluateExpression(long modelInstanceId,
Long contextId,
String source,
String evaluationLevel,
boolean mergeEvaluation)
Parses the string to the expression and than evaluates it in the top context of the model
instance.
|
EvaluationResult |
ModelProviderService.evaluateExpression(long modelInstanceId,
String source,
boolean fullExecutionModel)
Parses the string to the expression and than evaluates it in the top context of the model
instance.
|
EvaluationResult |
ModelProviderService.evaluateExpression(long modelInstanceId,
String source,
boolean fullExecutionModel,
boolean mergeEvaluation)
Parses the string to the expression and than evaluates it in the top context of the model
instance.
|
EvaluationResult |
ModelProviderService.evaluateExpression(long modelInstanceId,
String source,
String evaluationLevel,
boolean mergeEvaluation)
Parses the string to the expression and than evaluates it in the top context of the model
instance.
|
EvaluationResult |
ModelProviderService.evaluateExpressionInModel(long modelId,
String source,
boolean fullExecutionModel)
Parses the string to the expression and than evaluates it in the empty model context
|
Modifier and Type | Method and Description |
---|---|
List<EvaluationResult> |
ModelProviderService.evaluateExpressions(long modelInstanceId,
List<String> sources,
boolean fullExecutionModel)
Parses the string sources of expressions in the list evaluates them end returns list of
results.
|
List<EvaluationResult> |
ModelProviderService.evaluateExpressionsInModel(long modelId,
List<String> sources,
boolean fullExecutionModel)
Parses the string sources of expressions in the list evaluates them end returns list of
results.
|
Modifier and Type | Method and Description |
---|---|
EvaluationResult |
ModelProviderServiceBean.evaluateExpression(long modelInstanceId,
Long contextId,
String source,
boolean fullExecutionModel,
boolean mergeEvaluation) |
EvaluationResult |
ModelProviderServiceBean.evaluateExpression(long modelInstanceId,
Long contextId,
String source,
String evaluationLevel,
boolean mergeEvaluation) |
EvaluationResult |
ModelProviderServiceBean.evaluateExpression(long modelInstanceId,
String source,
boolean fullExecutionModel) |
EvaluationResult |
ModelProviderServiceBean.evaluateExpression(long modelInstanceId,
String source,
boolean fullExecutionModel,
boolean mergeEvaluation) |
EvaluationResult |
ModelProviderServiceBean.evaluateExpression(long modelInstanceId,
String source,
String evaluationLevel,
boolean mergeEvaluation) |
EvaluationResult |
ModelProviderServiceBean.evaluateExpressionInModel(long modelId,
String source,
boolean fullExecutionModel) |
Modifier and Type | Method and Description |
---|---|
List<EvaluationResult> |
ModelProviderServiceBean.evaluateExpressions(long modelInstanceId,
List<String> sources,
boolean fullExecutionModel) |
List<EvaluationResult> |
ModelProviderServiceBean.evaluateExpressionsInModel(long modelId,
List<String> sources,
boolean fullExecutionModel) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.