Package | Description |
---|---|
org.kuali.rice.krms.framework.engine.expression | |
org.kuali.rice.krms.impl.provider.repository |
Modifier and Type | Class and Description |
---|---|
class |
BinaryOperatorExpression
Binary Operator implementation of Expression
|
class |
BooleanValidatingExpression
The
Expression used in construction, will be invoked with the given ExecutionEnvironment . |
class |
ConstantExpression<T>
The
Expression used in Construction will be returned when invoked with any given ExecutionEnvironment |
class |
FunctionExpression
An implementation of
Expression which invokes a Function with the results of the invocation of the given
List of Expression s (of the given ExecutionEnvironment ). |
class |
TermExpression
An implementation of
Expression which resolves the given Term . |
Constructor and Description |
---|
BinaryOperatorExpression(ComparisonOperator operator,
Expression<? extends Object> lhs,
Expression<? extends Object> rhs)
Create a BinaryOperatorExpression with the given values
|
BinaryOperatorExpression(ComparisonOperator operator,
Expression<? extends Object> lhs,
Expression<? extends Object> rhs)
Create a BinaryOperatorExpression with the given values
|
BooleanValidatingExpression(Expression<? extends Object> expression)
Constructor
|
ExpressionBasedProposition(Expression<Boolean> expression)
Create an ExpressionBasedProposition with the given value
|
Constructor and Description |
---|
FunctionExpression(Function function,
String[] parameterTypes,
List<Expression<? extends Object>> parameters,
ComparisonOperatorService comparisonOperatorService)
Create a FunctionExpression with the given values.
|
Modifier and Type | Method and Description |
---|---|
protected Expression<Boolean> |
SimplePropositionTypeService.translateToExpression(PropositionDefinition propositionDefinition)
Translates the parameters on the given proposition definition to create an expression for evaluation.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.