home Forums # Technical Support logical operators grammers , error in numbers of operands Reply To: logical operators grammers , error in numbers of operands

#1000
Unknown
Member

Hi
Sorry , i have a new question
for this rule :

ruleBlock.addRule(Rule.parse("if chestpain is ASYMPTOMATIC or restpress is MAX or serum is MAXLEVEL and smoke is LOWPOSSIBILITY or sugar is LEVELNO or maxrate is MINRATE or restrate is HIGHRATE then angin is MASSIVE", engine));

How can i set the engine parameters? is it true? :

engine.configure("TNorm", "SNorm", "TNorm", "SNorm", "Centroid");

thanks a lot