| webcart |
| appearance as argument number 1 |
|
|
| (documentation webcart EnglishLanguage "(webCart ?USER ?COLL ?SITE) associates a Collection of Objects ?COLL with an AutonomousAgent ?USER and a WebSite ?SITE. It specifies that ?COLL is the users webcart at ?SITE, and that ?USER desires to buy the members of ?COLL.") | UXExperimentalTerms.kif 676-678 | |
| (domain webcart 1 AutonomousAgent) | UXExperimentalTerms.kif 680-680 | The number 1 argument of web cart is an instance of agent |
| (domain webcart 2 Collection) | UXExperimentalTerms.kif 681-681 | The number 2 argument of web cart is an instance of collection |
| (domain webcart 3 WebSite) | UXExperimentalTerms.kif 682-682 | The number 3 argument of web cart is an instance of web site |
| (instance webcart TernaryPredicate) | UXExperimentalTerms.kif 673-673 | web cart is an instance of ternary predicate |
| appearance as argument number 2 |
|
|
| (format ChineseLanguage webcart "使用者 %1 在 %3 有 cart %2 ") | domainEnglishFormat.kif 4962-4962 | |
| (format ChineseTraditionalLanguage webcart "使用者 %1 在 %3 有 cart %2 ") | domainEnglishFormat.kif 4961-4961 | |
| (format EnglishLanguage webcart "user %1 at %3 has cart %2") | domainEnglishFormat.kif 4960-4960 | |
| (termFormat EnglishLanguage webcart "web cart") | UXExperimentalTerms.kif 674-674 |
| antecedent |
|
|
| (=> (and (webcart ?USER ?COLL ?SITE) (instance ?OBJ Object) (member ?OBJ ?COLL)) (desires ?USER (exists (?BUYING) (and (instance ?BUYING Buying) (patient ?BUYING ?OBJ) (agent ?BUYING ?USER))))) |
UXExperimentalTerms.kif 690-700 |
|
| (=> (and (webcart ?USER ?COLL ?SITE) (member ?OBJ ?COLL)) (instance ?OBJ Object)) |
UXExperimentalTerms.kif 684-688 |
|
| consequent |
|
|
|
|