home › Forums › # Technical Support › logical operators grammers , error in numbers of operands › Reply To: logical operators grammers , error in numbers of operands
March 12, 2014 at 21:29
#1000
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