May I suggest on UCR 2.4: If inspector believes vehicle is repairable then process as repair otherwise process as total loss. RIF might be: ?Vehicle#<ex:Vehicle>[<ex:status> -> "repair"] :- ?Inspector#<p:Inspector>[<p:hasBelief> -> <ex:repair>(?Vehicle)]. ?Vehicle#<ex:Vehicle>[<ex:status> -> "notRepairable"] :- NOT(?Inspector#<p:Inspector>[<p:hasBelief> -> <ex:repair>(?Vehicle)]). In a much more realistic case an inspector may have a collection of beliefs at a specific time about a collection of cars it examined. Then the rules should be changed accordingly. -Adrian G.Received on Tuesday, 20 May 2008 12:00:53 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 2 June 2009 18:33:49 GMT