Search Mailing List Archives
[protege-discussion] infinite loop
VIDYA VENKITESWARAN
vidyavenkiteswaran at gmail.com
Mon Mar 19 04:48:34 PDT 2007
This is a rule tat i am trying to run in jess integrated with protege
(defrule checksize (object (is-a Input-Application) (application-type ?a
))(test (eq ?a "image") ) =>
(if( slot-get(slot-get(slot-get (slot-get (slot-get
Fipadevice_Instance_24 hw-properties) ui ) screen ) resolution) graphics)
then (printout t "File transfer possible" crlf (modify-instance
Fipadevice_Instance_20050 (transferability TRUE)))else (printout t "The
file format is not supported" crlf)))
It runs into an infinite loop
how do i avoid this??
Vidya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.stanford.edu/pipermail/protege-discussion/attachments/20070319/4cce11e4/attachment.html>
More information about the protege-discussion
mailing list