How to compare two variables from a java class in jess and execute a rule?
- by user3417084
I'm beginner in Jess. I'm trying to compare two variables from a Java class in Jess and trying to execute a rule.
I have imported cTNumber and measuredCurrent (both are integer)form a java class called CurrentSignal. Similarly imported vTNumberand measuredVoltage form a java class DERSignal. Now I want to make a rule such that if cTNumber is equal…