| AddToCart(add to cart) |
| appearance as argument number 1 |
|
|
| (subclass AddToCart Process) | UXExperimentalTerms.kif 1303-1303 | Add to cart is a subclass of process |
| (documentation AddToCart EnglishLanguage "A Process where the patient was not a member of the agent's webcart collection before the EndFn of the AddToCart, but is afterward. This proccess signifies that the agent desires there to be a buying in which the item which is the patient and the agent is also the agent of the buying.") | UXExperimentalTerms.kif 1307-1310 | Add to cart is a subclass of process |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage AddToCart "add to cart") | UXExperimentalTerms.kif 1305-1305 |
| antecedent |
|
|
| (=> (and (instance ?ATC AddToCart) (instance ?USER AutonomousAgent) (instance ?OBJ Object) (agent ?ATC ?USER) (patient ?ATC ?OBJ)) (desires ?USER (exists (?BUYING) (and (instance ?BUYING Buying) (patient ?BUYING ?OBJ) (agent ?BUYING ?USER))))) |
UXExperimentalTerms.kif 1312-1324 | If X is an instance of add to cart, Y is an instance of agent, Z is an instance of object, Y is an agent of X, and Z is a patient of X, then Y desires there exists W such that W is an instance of buying, Z is a patient of W, and Y is an agent of W |
| (=> (and (instance ?ATC AddToCart) (instance ?OBJ Object) (patient ?ATC ?OBJ) (agent ?ATC ?USER)) (exists (?COLL ?SITE ?AFTER ?INTERVAL) (and (instance ?COLL Collection) (instance ?SITE WebSite) (instance ?INTERVAL TimeInterval) (webcart ?USER ?COLL ?SITE) (equal (BeginFn ?INTERVAL) (EndFn ?ATC)) (holdsDuring ?AFTER (member ?OBJ ?COLL))))) |
UXExperimentalTerms.kif 1326-1342 | If X is an instance of add to cart, Y is an instance of object, Y is a patient of X, and Z is an agent of X, then All of the following hold: (1) there exist W, V,, , U (2) T such that W is an instance of collection (3) V is an instance of web site (4) T is an instance of timeframe (5) user Z at V has cart W (6) equal the beginning of T (7) the end of X (8) Y is a member of W holds during U |
|
|