Skip navigation links
A B C E F G I N O P R S T U V 

A

ActionDispatcher - Interface in org.dvare.action
 
After - Annotation Type in org.dvare.annotations
 
after() - Method in interface org.dvare.rule.BasicRule
 
after() - Method in interface org.dvare.rule.TextualRule
 
ALL - Static variable in class org.dvare.util.PARAM
 
ANY - Static variable in class org.dvare.util.PARAM
 

B

BasicRule - Interface in org.dvare.rule
 
Before - Annotation Type in org.dvare.annotations
 
before() - Method in interface org.dvare.rule.BasicRule
 
before() - Method in interface org.dvare.rule.TextualRule
 
build() - Method in class org.dvare.api.RuleEngineBuilder
 

C

clearRules() - Method in class org.dvare.ruleengine.RuleEngine
The clearRules method remove all rules from RuleBinding Engine.
Condition - Annotation Type in org.dvare.annotations
 
condition() - Method in interface org.dvare.rule.BasicRule
 
condition(TextualRuleEngine) - Method in interface org.dvare.rule.TextualRule
 
ConditionNotFoundException - Exception in org.dvare.exceptions.rule
 
ConditionNotFoundException() - Constructor for exception org.dvare.exceptions.rule.ConditionNotFoundException
 
ConditionNotFoundException(String) - Constructor for exception org.dvare.exceptions.rule.ConditionNotFoundException
 
ConditionNotFoundException(Throwable) - Constructor for exception org.dvare.exceptions.rule.ConditionNotFoundException
 
ConditionNotFoundException(String, Throwable) - Constructor for exception org.dvare.exceptions.rule.ConditionNotFoundException
 
ConditionNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception org.dvare.exceptions.rule.ConditionNotFoundException
 
ConditionParamNotFoundException - Exception in org.dvare.exceptions.rule
 
ConditionParamNotFoundException() - Constructor for exception org.dvare.exceptions.rule.ConditionParamNotFoundException
 
ConditionParamNotFoundException(String) - Constructor for exception org.dvare.exceptions.rule.ConditionParamNotFoundException
 
ConditionParamNotFoundException(Throwable) - Constructor for exception org.dvare.exceptions.rule.ConditionParamNotFoundException
 
ConditionParamNotFoundException(String, Throwable) - Constructor for exception org.dvare.exceptions.rule.ConditionParamNotFoundException
 
ConditionParamNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception org.dvare.exceptions.rule.ConditionParamNotFoundException
 
ConditionType - Enum in org.dvare.annotations
 

E

ErrorDispatcher - Class in org.dvare.action
 
ErrorDispatcher() - Constructor for class org.dvare.action.ErrorDispatcher
 
evaluate(File, Class, Object) - Method in class org.dvare.ruleengine.TextualRuleEngine
 
evaluate(String, TypeBinding, Object) - Method in class org.dvare.ruleengine.TextualRuleEngine
 
evaluate(String, Class, Object) - Method in class org.dvare.ruleengine.TextualRuleEngine
 
evaluate(RuleBinding, Object) - Method in class org.dvare.ruleengine.TextualRuleEngine
 
ExceptionDispatcher - Class in org.dvare.action
 
ExceptionDispatcher() - Constructor for class org.dvare.action.ExceptionDispatcher
 

F

Fail - Annotation Type in org.dvare.annotations
 
fail() - Method in interface org.dvare.rule.BasicRule
 
fail() - Method in interface org.dvare.rule.TextualRule
 
fire() - Method in interface org.dvare.action.ActionDispatcher
 
fire() - Method in class org.dvare.action.ErrorDispatcher
 
fire() - Method in class org.dvare.action.ExceptionDispatcher
 
fire() - Method in class org.dvare.action.NullActionDispatcher
 
fireRules() - Method in class org.dvare.ruleengine.RuleEngine
The fireRules trigger all registered rules.
functionPackages(String[]) - Method in class org.dvare.api.RuleEngineBuilder
 

G

getName() - Method in interface org.dvare.rule.BasicRule
 
getName() - Method in interface org.dvare.rule.TextualRule
 
getResult() - Method in class org.dvare.ruleengine.RuleResult
 
getResults() - Method in class org.dvare.ruleengine.RuleEngine
The getResults returns RuleBinding Engine Detail Result.
getRule(String) - Method in class org.dvare.ruleengine.RuleEngine
The getRule method returns rule from RuleBinding Engine.
getRule() - Method in class org.dvare.ruleengine.RuleResult
 
getRuleId() - Method in class org.dvare.ruleengine.RuleResult
 
getRules() - Method in class org.dvare.ruleengine.RuleEngine
The getRules method returns all rules from RuleBinding Engine.

I

IllegalConditionException - Exception in org.dvare.exceptions.rule
 
IllegalConditionException() - Constructor for exception org.dvare.exceptions.rule.IllegalConditionException
 
IllegalConditionException(String) - Constructor for exception org.dvare.exceptions.rule.IllegalConditionException
 
IllegalConditionException(Throwable) - Constructor for exception org.dvare.exceptions.rule.IllegalConditionException
 
IllegalConditionException(String, Throwable) - Constructor for exception org.dvare.exceptions.rule.IllegalConditionException
 
IllegalConditionException(String, Throwable, boolean, boolean) - Constructor for exception org.dvare.exceptions.rule.IllegalConditionException
 
IllegalRuleException - Exception in org.dvare.exceptions.rule
 
IllegalRuleException() - Constructor for exception org.dvare.exceptions.rule.IllegalRuleException
 
IllegalRuleException(String) - Constructor for exception org.dvare.exceptions.rule.IllegalRuleException
 
IllegalRuleException(Throwable) - Constructor for exception org.dvare.exceptions.rule.IllegalRuleException
 
IllegalRuleException(String, Throwable) - Constructor for exception org.dvare.exceptions.rule.IllegalRuleException
 
IllegalRuleException(String, Throwable, boolean, boolean) - Constructor for exception org.dvare.exceptions.rule.IllegalRuleException
 

N

NullActionDispatcher - Class in org.dvare.action
 
NullActionDispatcher() - Constructor for class org.dvare.action.NullActionDispatcher
 

O

org.dvare.action - package org.dvare.action
 
org.dvare.annotations - package org.dvare.annotations
 
org.dvare.api - package org.dvare.api
 
org.dvare.exceptions.rule - package org.dvare.exceptions.rule
 
org.dvare.rule - package org.dvare.rule
 
org.dvare.ruleengine - package org.dvare.ruleengine
 
org.dvare.util - package org.dvare.util
 

P

PARAM - Class in org.dvare.util
 
PARAM() - Constructor for class org.dvare.util.PARAM
 
priority() - Method in interface org.dvare.rule.BasicRule
 
priority() - Method in interface org.dvare.rule.TextualRule
 

R

registerRule(Object) - Method in class org.dvare.ruleengine.RuleEngine
The registerRule method is used to register rules in a RuleBinding Engine.
Rule - Annotation Type in org.dvare.annotations
 
RuleEngine - Class in org.dvare.ruleengine
The RuleEngine class contains method for rule registering and rule firing.
RuleEngine(TextualRuleEngine) - Constructor for class org.dvare.ruleengine.RuleEngine
 
RuleEngineBuilder - Class in org.dvare.api
 
RuleEngineBuilder() - Constructor for class org.dvare.api.RuleEngineBuilder
 
RuleResult - Class in org.dvare.ruleengine
 
RuleResult() - Constructor for class org.dvare.ruleengine.RuleResult
 

S

satisfyCondition(Integer) - Method in class org.dvare.api.RuleEngineBuilder
 
setResult(Boolean) - Method in class org.dvare.ruleengine.RuleResult
 
setRule(Object) - Method in class org.dvare.ruleengine.RuleResult
 
setRuleId(String) - Method in class org.dvare.ruleengine.RuleResult
 
setSatisfyCondition(Integer) - Method in class org.dvare.ruleengine.RuleEngine
 
setStopOnFail(Boolean) - Method in class org.dvare.ruleengine.RuleEngine
 
stopOnFail(Boolean) - Method in class org.dvare.api.RuleEngineBuilder
 
Success - Annotation Type in org.dvare.annotations
 
success() - Method in interface org.dvare.rule.BasicRule
 
success() - Method in interface org.dvare.rule.TextualRule
 

T

TextualRule - Interface in org.dvare.rule
 
TextualRuleEngine - Class in org.dvare.ruleengine
 
TextualRuleEngine(RuleConfiguration) - Constructor for class org.dvare.ruleengine.TextualRuleEngine
 

U

unregisterRule(String) - Method in class org.dvare.ruleengine.RuleEngine
The unregisterRule method is used to unregister rule from RuleBinding Engine.

V

valueOf(String) - Static method in enum org.dvare.annotations.ConditionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.dvare.annotations.ConditionType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C E F G I N O P R S T U V 
Skip navigation links

Copyright © 2016. All rights reserved.