Class RuleHelper

All Implemented Interfaces:
Serializable

public class RuleHelper extends BaseModel implements Serializable
Entity representing a rule helper in the Beas Rule Engine.

This class represents a helper class that provides additional functionality and business logic for rules. Helper classes are loaded dynamically from JAR files and instantiated for use within rule execution.

Key components include:

  • Helper name and description
  • Package URL for JAR file location
  • Package path for class scanning
  • Container name for organization
Since:
1.0
Version:
1.0
Author:
Beas Solution Team
See Also:
  • Constructor Details

    • RuleHelper

      public RuleHelper()