Class RuleLibrary

All Implemented Interfaces:
Serializable

public class RuleLibrary extends BaseModel implements 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 Details

    • RuleLibrary

      public RuleLibrary()