Auctioning | ![]() |
appearance as argument number 1 |
![]() |
(documentation Auctioning EnglishLanguage "A type of Selling where the destination of the patient of the Auctioning (i.e. the item being sold) is the Agent who placed the highest bidPrice.") | UXExperimentalTerms.kif 413-415 | |
(subclass Auctioning Selling) | UXExperimentalTerms.kif 411-411 |
appearance as argument number 2 |
![]() |
(termFormat EnglishLanguage Auctioning "auction") | UXExperimentalTerms.kif 417-417 |
appearance as argument number 3 |
![]() |
(domain reservePrice 1 Auctioning) | UXExperimentalTerms.kif 513-513 |
antecedent |
![]() |
(=> (and (instance ?AUCTIONING Auctioning) (instance ?BIDDER1 Agent) (instance ?BIDDER2 Agent) (instance ?ITEM Object) (instance ?U UnitOfCurrency) (patient ?AUCTIONING ?ITEM) (bidPrice ?ITEM (MeasureFn ?OFFER1 ?U) ?BIDDER1) (bidPrice ?ITEM (MeasureFn ?OFFER2 ?U) ?BIDDER2) (greaterThan ?OFFER1 ?OFFER2)) (destination ?AUCTIONING ?BIDDER1)) |
UXExperimentalTerms.kif 437-448 | |
(=> (and (instance ?AUCTIONING Auctioning) (instance ?ITEM Object) (patient ?AUCTIONING ?ITEM)) (exists (?BIDDER ?OFFER) (and (instance ?BIDDER Agent) (instance ?OFFER CurrencyMeasure) (bidPrice ?ITEM ?OFFER ?BIDDER)))) |
UXExperimentalTerms.kif 426-435 | |
(=> (and (instance ?AUCTIONS Collection) (forall (?AUC) (=> (member ?AUC ?AUCTIONS) (instance ?AUC Auctioning)))) (and (total (KappaFn ?AMOUNT (and (instance ?AUCTION Auctioning) (member ?AUCTION ?AUCTIONS) (transactionAmount ?AUCTION ?AMOUNT))) ?TOTAL_PURCHASE_AMOUNT) (equal (AuctionGMBFn ?AUCTIONS) ?TOTAL_PURCHASE_AMOUNT))) |
UXExperimentalTerms.kif 3409-3424 | |
(=> (instance ?AUCTIONING Auctioning) (exists (?ITEM) (and (instance ?ITEM Object) (patient ?AUCTIONING ?ITEM)))) |
UXExperimentalTerms.kif 419-424 |
consequent |
![]() |
(=> (and (instance ?AUCTIONS Collection) (forall (?AUC) (=> (member ?AUC ?AUCTIONS) (instance ?AUC Auctioning)))) (and (total (KappaFn ?AMOUNT (and (instance ?AUCTION Auctioning) (member ?AUCTION ?AUCTIONS) (transactionAmount ?AUCTION ?AMOUNT))) ?TOTAL_PURCHASE_AMOUNT) (equal (AuctionGMBFn ?AUCTIONS) ?TOTAL_PURCHASE_AMOUNT))) |
UXExperimentalTerms.kif 3409-3424 | |
(=> (and (instance ?LISTING WebListing) (instance ?ITEM Object) (instance ?CREATOR Agent) (attribute ?LISTING AuctionAttribute) (patient ?ITEM ?LISTING) (creator ?CREATOR ?LISTING)) (desires ?CREATOR (exists (?AUCTION) (and (instance ?AUCTION Auctioning) (patient ?AUCTION ?ITEM))))) |
UXExperimentalTerms.kif 393-405 |
![]() |
![]() |