Class RuleLibrary
java.lang.Object
com.beassolution.rule.crypto.CryptoState
com.beassolution.rule.model.base.BaseModel
com.beassolution.rule.model.RuleLibrary
- All Implemented Interfaces:
Serializable
Entity representing a rule library in the Beas Rule Engine.
This class represents a collection of rules that can be executed together. A rule library contains the main rule logic (MVEL code) along with references to helper classes and functions that support the rule execution.
Key components include:
- Rule name and description
- MVEL code for rule logic
- References to helper classes
- References to function libraries
- Container name for organization
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Beas Solution Team
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RuleLibrary
public RuleLibrary()
-