[rules-users] Decision table accessing my own methods

Jane James jane6210 at yahoo.com
Fri Jan 8 12:54:17 EST 2010


You need to import the function. 

for example,
import YourOtherClass
import function Classroom.hasStudent




----- Original Message ----
From: djb <dbrownell83 at hotmail.com>
To: rules-users at lists.jboss.org
Sent: Fri, January 8, 2010 8:30:20 AM
Subject: [rules-users]  Decision table accessing my own methods


Hi there,

I have been trying for hours now to get a decision table that can call my
own methods.

Lets say I've got a Classroom, and a list of 4 students.
And my rule is to not have Bill and Bob in the same classroom.

I have a method Classroom.hasStudent(String name), which will say whether
the room has Bill or Bob.

But how do I call it???

Imagine this is my decision table:

classroom: Classroom
classroom.hasStudent("$param")
Bob
Bill

How in the world do I get it to not say "no viable alternative at input
"bob" for blah blah blah"?
I've also tried classroom.hasStudent("$param") == true with no success.


Please help,
Thank you...
Daniel


-- 
View this message in context: http://n3.nabble.com/Decision-table-accessing-my-own-methods-tp114250p114250.html
Sent from the Drools - User mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users



      



More information about the rules-users mailing list