Bidding(bidding) |
appearance as argument number 1 |
(documentation Bidding EnglishLanguage "A Requesting where the patient is a Formula specifying that there is a Buying for a certain transactionAmount, where the agent of the Bidding is the agent of the Buying.") | UXExperimentalTerms.kif 1351-1353 | |
(subclass Bidding Requesting) | UXExperimentalTerms.kif 1347-1347 | Bidding is a subclass of requesting |
appearance as argument number 2 |
(termFormat EnglishLanguage Bidding "bidding") | UXExperimentalTerms.kif 1349-1349 |
appearance as argument number 3 |
(domain amountOfBid 1 Bidding) | UXExperimentalTerms.kif 1447-1447 | The number 1 argument of bid amount is an instance of bidding |
(domain objectOfBid 1 Bidding) | UXExperimentalTerms.kif 1437-1437 | The number 1 argument of object of bidding is an instance of bidding |
antecedent |
(=> (and (instance ?BIDDING Bidding) (instance ?OBJECT Physical) (instance ?AMOUNT CurrencyMeasure) (instance ?AGENT ?AGENT) (objectOfBid ?BIDDING ?OBJECT) (amountOfBid ?BIDDING ?AMOUNT) (agent ?BIDDING ?AGENT)) (bidPrice ?OBJECT ?AMOUNT ?AGENT)) |
UXExperimentalTerms.kif 1416-1425 |
|
consequent |
(=> (and (instance ?COLL Collection) (forall (?MEMBER) (=> (member ?MEMBER ?COLL) (instance ?MEMBER WebListing)))) (exists (?BIDDING ?ITEM ?LISTING ?BIDDING) (equal (CardinalityFn (KappaFn ?BIDDING (and (instance ?ITEM Physical) (instance ?LISTING WebListing) (instance ?BIDDING Bidding) (member ?LISTING ?COLL) (objectOfBid ?BIDDING ?ITEM) (patient ?LISTING ?ITEM)))) (BidCountFn ?COLL)))) |
UXExperimentalTerms.kif 2922-2940 |
|
(=> (bidPrice ?OBJECT ?AMOUNT ?AGENT) (exists (?BIDDING) (and (instance ?BIDDING Bidding) (objectOfBid ?BIDDING ?OBJECT) (amountOfBid ?BIDDING ?AMOUNT) (agent ?BIDDING ?AGENT)))) |
UXExperimentalTerms.kif 1407-1414 |
|