rentalPrice |
appearance as argument number 1 |
(documentation rentalPrice EnglishLanguage "(rentalPrice ?OBJ ?PRICE ?AGENT ?PS) means that the CurrencyMeasure ?PRICE is paid for the use of Physical ?OBJ. CognitiveAgent ?AGENT sets this price with conditions stipulated in PricingScheme ?PS") | Catalog.kif 448-451 | |
(domain rentalPrice 2 FunctionQuantity) | Catalog.kif 455-455 | |
(domain rentalPrice 3 CognitiveAgent) | Catalog.kif 456-456 | |
(domain rentalPrice 4 PricingScheme) | Catalog.kif 457-457 | |
(domainSubclass rentalPrice 1 Physical) | Catalog.kif 454-454 | |
(instance rentalPrice QuaternaryPredicate) | Catalog.kif 447-447 |
appearance as argument number 2 |
(format ChineseLanguage rentalPrice "%1 由 %3 定的 price 根据 %4 是 %2 ") | domainEnglishFormat.kif 4382-4382 | |
(format ChineseTraditionalLanguage rentalPrice "%1 由 %3 定的 price 根據 %4 是 %2 ") | domainEnglishFormat.kif 4381-4381 | |
(format EnglishLanguage rentalPrice "the price of %1 set by %3 according to %4 is %2") | domainEnglishFormat.kif 4380-4380 | |
(termFormat EnglishLanguage rentalPrice "rental price") | Catalog.kif 452-452 |
antecedent |
(=> (and (rentalPrice ?OBJ ?QUANT ?AGENT ?PS) (equal ?QUANT (PerFn ?PRICE (measure ?TIME ?U))) (instance ?U UnitOfDuration) (immediateInstance ?ITEM ?OBJ) (instance ?R Renting) (patient ?R ?ITEM) (agent ?R ?CUSTOMER) (time ?R ?TIMEINT)) (forall (?X) (=> (exists (?DURATION) (and (during ?TIMEINT ?X) (instance ?X TimeInterval) (duration ?X (MeasureFn ?DURATION ?U)) (lessThanOrEqualTo ?DURATION ?TIME))) (exists (?P) (and (instance ?P Payment) (destination ?P ?AGENT) (agent ?P ?CUSTOMER) (transactionAmount ?P ?PRICE)))))) |
Catalog.kif 467-492 | |
(=> (rentalPrice ?OBJ ?QUANT ?AGENT ?PS) (exists (?DURATION ?CURR) (and (instance ?DURATION TimeDuration) (instance ?CURR CurrencyMeasure) (equal ?QUANT (PerFn ?CURR ?DURATION))))) |
Catalog.kif 459-465 |