WatchItem |
appearance as argument number 1 |
(documentation WatchItem EnglishLanguage "A Process where the patient was not a member of the agent's watchingListings collection before the EndFn of the WatchItem, but is afterward. This proccess signifies that the Object which is the patient of the WatchItem is inScopeOfInterest for the agent.") | UXExperimentalTerms.kif 1591-1594 | |
(subclass WatchItem Process) | UXExperimentalTerms.kif 1587-1587 |
appearance as argument number 2 |
(termFormat EnglishLanguage WatchItem "watch item") | UXExperimentalTerms.kif 1589-1589 |
antecedent |
(=> (and (instance ?WATCH WatchItem) (instance ?AGENT AutonomousAgent) (instance ?OBJ Object) (agent ?WATCH ?AGENT) (patient ?WATCH ?OBJ)) (inScopeOfInterest ?AGENT ?OBJ)) |
UXExperimentalTerms.kif 1596-1603 | |
(=> (and (instance ?WATCH WatchItem) (instance ?OBJ Object) (patient ?WATCH ?OBJ) (agent ?WATCH ?USER)) (exists (?COLL ?SITE ?AFTER ?INTERVAL) (and (instance ?COLL Collection) (instance ?SITE WebSite) (instance ?INTERVAL TimeInterval) (watchingListings ?USER ?COLL ?SITE) (equal (BeginFn ?INTERVAL) (EndFn ?WATCH)) (holdsDuring ?AFTER (member ?OBJ ?COLL))))) |
UXExperimentalTerms.kif 1605-1621 |