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 1797-1800 | |
(subclass WatchItem Process) | UXExperimentalTerms.kif 1793-1793 |
appearance as argument number 2 |
![]() |
(termFormat EnglishLanguage WatchItem "watch item") | UXExperimentalTerms.kif 1795-1795 |
antecedent |
![]() |
(=> (and (instance ?WATCH WatchItem) (instance ?AGENT Agent) (instance ?OBJ Object) (agent ?WATCH ?AGENT) (patient ?WATCH ?OBJ)) (inScopeOfInterest ?AGENT ?OBJ)) |
UXExperimentalTerms.kif 1802-1809 | |
(=> (and (instance ?WATCH WatchItem) (instance ?OBJ Object) (patient ?WATCH ?OBJ) (agent ?WATCH ?USER)) (exists (?COLL ?SITE ?AFTER) (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 1811-1827 |
![]() |
![]() |