| Constructor and Description |
|---|
MVELAction(java.lang.String expression)
Create a new
MVELAction. |
MVELAction(java.lang.String expression,
org.mvel2.ParserContext parserContext)
Create a new
MVELAction. |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Facts facts) |
public MVELAction(java.lang.String expression)
MVELAction.expression - the action written in expression languagepublic MVELAction(java.lang.String expression,
org.mvel2.ParserContext parserContext)
MVELAction.expression - the action written in expression languageparserContext - the MVEL parser contextCopyright © 2020. All Rights Reserved.