Skip navigation links
C D E M N O P T W 

C

createRule(Reader) - Method in class org.jeasy.rules.mvel.MVELRuleFactory
Create a new MVELRule from a Reader.
createRules(Reader) - Method in class org.jeasy.rules.mvel.MVELRuleFactory
Create a set of MVELRule from a rule descriptor.
createSimpleRule(RuleDefinition) - Method in class org.jeasy.rules.mvel.MVELRuleFactory
 

D

description(String) - Method in class org.jeasy.rules.mvel.MVELRule
Set rule description.

E

evaluate(Facts) - Method in class org.jeasy.rules.mvel.MVELCondition
 
evaluate(Facts) - Method in class org.jeasy.rules.mvel.MVELRule
 
execute(Facts) - Method in class org.jeasy.rules.mvel.MVELAction
 
execute(Facts) - Method in class org.jeasy.rules.mvel.MVELRule
 

M

MVELAction - Class in org.jeasy.rules.mvel
This class is an implementation of Action that uses MVEL to execute the action.
MVELAction(String) - Constructor for class org.jeasy.rules.mvel.MVELAction
Create a new MVELAction.
MVELAction(String, ParserContext) - Constructor for class org.jeasy.rules.mvel.MVELAction
Create a new MVELAction.
MVELCondition - Class in org.jeasy.rules.mvel
This class is an implementation of Condition that uses MVEL to evaluate the condition.
MVELCondition(String) - Constructor for class org.jeasy.rules.mvel.MVELCondition
Create a new MVELCondition.
MVELCondition(String, ParserContext) - Constructor for class org.jeasy.rules.mvel.MVELCondition
Create a new MVELCondition.
MVELRule - Class in org.jeasy.rules.mvel
A Rule implementation that uses MVEL to evaluate and execute the rule.
MVELRule() - Constructor for class org.jeasy.rules.mvel.MVELRule
Create a new MVEL rule.
MVELRule(ParserContext) - Constructor for class org.jeasy.rules.mvel.MVELRule
Create a new MVEL rule.
MVELRuleFactory - Class in org.jeasy.rules.mvel
Factory to create MVELRule instances.
MVELRuleFactory(RuleDefinitionReader) - Constructor for class org.jeasy.rules.mvel.MVELRuleFactory
Create a new MVELRuleFactory with a given reader.
MVELRuleFactory(RuleDefinitionReader, ParserContext) - Constructor for class org.jeasy.rules.mvel.MVELRuleFactory
Create a new MVELRuleFactory with a given reader.

N

name(String) - Method in class org.jeasy.rules.mvel.MVELRule
Set rule name.

O

org.jeasy.rules.mvel - package org.jeasy.rules.mvel
This package contains classes to support MVEL.

P

priority(int) - Method in class org.jeasy.rules.mvel.MVELRule
Set rule priority.

T

then(String) - Method in class org.jeasy.rules.mvel.MVELRule
Add an action specified as an MVEL expression to the rule.

W

when(String) - Method in class org.jeasy.rules.mvel.MVELRule
Specify the rule's condition as MVEL expression.
C D E M N O P T W 
Skip navigation links

Copyright © 2020. All Rights Reserved.