Class FunctionLibrary
java.lang.Object
com.beassolution.rule.crypto.CryptoState
com.beassolution.rule.model.base.BaseModel
com.beassolution.rule.model.FunctionLibrary
- All Implemented Interfaces:
Serializable
Entity representing a function library in the Beas Rule Engine.
This class represents a collection of utility functions that can be used within rule logic. Function libraries contain MVEL code that defines reusable functions for common operations and calculations.
Key components include:
- Function library name and description
- MVEL code containing function definitions
- Category for organization
- Container name for grouping
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Beas Solution Team
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FunctionLibrary
public FunctionLibrary()
-