I think El German wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...]
> Message: No method named 'esPermitida' found in class jess.Fact." > > And "esPermitida" and "estaEnFrente" are public boolean defined functions > with one argument. I believe you when you say that these are methods in your code, but they are not methods in the class jess.Fact; the message says you're trying to call esPermitida on an instance of the class jess.Fact. You don't show the code where "esPermitida" is called; in particular, the line where the variable ?c is assigned a value. You're calling the function on ?c, which you expect to hold an instance of your own class, but which holds an instance of jess.Fact instead. Show us where ?c gets assigned a value, and we'll eb able to tell you what you're doing wrong. --------------------------------------------------------- Ernest Friedman-Hill Distributed Systems Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 Org. 8920, MS 9012 [EMAIL PROTECTED] PO Box 969 http://herzberg.ca.sandia.gov Livermore, CA 94550 -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
