Hi,

I’m a Italian student and I’don’t speak English very well. I’m using Jess for Home Automation project. Can you help me? I’ve got a trouble. Isn’t there in Jess something following:

 

Rete rete=new Rete();

Defrule rule=new Defrule(“myRule”,.......);

Pattern myPattern=new Pattern(.....);

Funcall myAction=new Funcall(....);

rule.addActon(myAction);

rule.addPattern(myPattern);

rete.addDefrule(rule);

 

I would not like use rete.executeCommand(.................)...etc...etc.... Please help me. Thanks!

 

Camillo

 

Reply via email to