drools.getRule().getName(), called from a rule's RHS, returns the name of the rule.
drools.getTuple() returns the Tuple that matches the currently executing rule, and drools.getActivation() delivers the corresponding Activation. (These calls are useful for logging and debugging purposes.)
drools.getRule().getName(), called from a rule's RHS, returns the name of the rule.
drools.getTuple() returns the Tuple that matches the currently executing rule, and drools.getActivation() delivers the corresponding Activation. (These calls are useful for logging and debugging purposes.)