validFor |
appearance as argument number 1 |
![]() |
(documentation validFor EnglishLanguage "(validFor ?SCHEME ?AGENT) means that CurrencyMeasure that PricingScheme refers to applies to AutonomousAgent ?AGENT") | Catalog.kif 226-227 | |
(domain validFor 1 PricingScheme) | Catalog.kif 230-230 | |
(domainSubclass validFor 2 AutonomousAgent) | Catalog.kif 231-231 | |
(instance validFor BinaryPredicate) | Catalog.kif 225-225 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage validFor "%1 是 valid 对于 %2 ") | domainEnglishFormat.kif 4912-4912 | |
(format ChineseTraditionalLanguage validFor "%1 是 valid 對於 %2 ") | domainEnglishFormat.kif 4911-4911 | |
(format EnglishLanguage validFor "%1 is valid for %2") | domainEnglishFormat.kif 4910-4910 | |
(termFormat EnglishLanguage validFor "valid for") | Catalog.kif 228-228 |
antecedent |
![]() |
(=> (and (or (publishedPrice ?ENT ?PRICE ?AGENT ?PS) (unitPrice ?ENT ?QUANT ?AGENT ?PS)) (subclass ?ENT Physical) (immediateInstance ?ITEM ?ENT) (validFor ?PS ?CUSTCLASS) (instance ?CUSTOMER ?CUSTCLASS)) (modalAttribute (=> (and (instance ?B Buying) (agent ?B ?CUSTOMER) (origin ?B ?AGENT) (patient ?B ?ITEM)) (transactionAmount ?B ?PRICE)) Likely)) |
Catalog.kif 354-370 | |
(=> (and (productPrice ?ENT (MeasureFn ?PRICE1 ?U) ?AGENT) (instance ?U UnitOfCurrency) (publishedPrice ?ENT (MeasureFn ?PRICE2 ?U) ?AGENT ?PS) (validFor ?PS ?CUSTCLASS) (instance ?ITEM ?ENT) (instance ?B Buying) (immediateInstance ?CUST ?CUSTCLASS) (agent ?B ?CUST) (origin ?B ?AGENT) (lessThan ?PRICE2 ?PRICE1)) (modalAttribute (transactionAmount ?B ?PRICE1) Likely)) |
Catalog.kif 430-445 |
![]() |
![]() |