I am sorry for the lack of content. The real issue, was I was able to create a Pair object [an xml object] but was unable to update attributes of this object[in this case xy1 and xy2]. It was not passing the required point objects to the Pair class. We added a set method to the Pair class to accomplish this. Thanks for replying. Jeff Ruff
-----Original Message----- From: [EMAIL PROTECTED] [mailto:ejfried@;ca.sandia.gov] Sent: Tuesday, November 12, 2002 10:13 AM To: [EMAIL PROTECTED] Subject: Re: JESS: Problem with set-member assigning a Point to avariable defined as a point. I think Ruff, Jeff wrote: > ... cannot update the two Points in the object. > > (printout t "Check values of BBox " (str-cat ?dPair) crlf) > (set-member ?dPair xy1 ?pt1) > (set-member ?dPair xy2 ?pt2) > > <<<<<<<<<<<<<<<<Screen Output>>>>>>>>>>>>>>>>>>>> ... > Check values of BBox [(0,0),(0,0)] Jess's time-travel module (the one that allows printout to print the values of member that haven't been set yet) is still under development -- sorry. [ For the humor-impaired: Jeff isn't updating the values until after printing them, so it's no surprise that the printout doesn't include the updated values. ] --------------------------------------------------------- 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] -------------------------------------------------------------------- -------------------------------------------------------------------- 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] --------------------------------------------------------------------
