Create a New Rule Object

/* create a rule object instance of the required rule class */
              final RuleObject helloWorld =
              session.createRuleObject("HelloWorld");

This line creates a new rule object (an instance of the "HelloWorld" rule class) and stores the rule object in the CER Session's memory.