BaseRule DRL is
package com.xyz.cep;
import com.xyz.model.Flow;
declare Flow
@role(event)
end
rule "BaseRule"
dialect "java"
when
then
end
---------------------------------------------
Child.rdslr freshly created and empty other than selecting to extend from
BaseRule
1. | package com.securelogix.policy.cep;
2. |
3. | import java.lang.Number;
4. |
5. | rule "Child" extends "BaseRule"
6. | dialect "mvel"
7. | when
8. | then
9. | end
--
View this message in context:
http://drools.46999.n3.nabble.com/6-0-1-F-EXTENDS-in-Guided-Rule-Editor-d...
Sent from the Drools: User forum mailing list archive at
Nabble.com.