![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| exportPartnerByFraction |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (format EnglishLanguage exportPartnerByFraction "%1 %n{doesn't} export partner by fraction %2 for %3") | domainEnglishFormat.kif 953-953 | |
| (format ChineseTraditionalLanguage exportPartnerByFraction "%1 %n{不} 對於 %3 由部分 %2 export 夥伴") | domainEnglishFormat.kif 954-954 | |
| (format ChineseLanguage exportPartnerByFraction "%1 %n{不} 对于 %3 由部分 %2 export 伙伴") | domainEnglishFormat.kif 955-955 | |
| (termFormat EnglishLanguage exportPartnerByFraction "export partner by fraction") | domainEnglishFormat.kif 22900-22900 | |
| (termFormat ChineseTraditionalLanguage exportPartnerByFraction "按分數出口合作夥伴") | domainEnglishFormat.kif 22901-22901 | |
| (termFormat ChineseLanguage exportPartnerByFraction "按分数出口合作伙伴") | domainEnglishFormat.kif 22902-22902 |
| antecedent |
|
|
| (=> (exportPartnerByFraction ?AREA1 ?AREA2 ?FRACTION) (lessThanOrEqualTo ?FRACTION 1.0)) |
Economy.kif 2780-2782 | If X export partner by fraction Y for Z, then Z is less than or equal to 1.0 |
| consequent |
|
|
| (<=> (exportPartnerByFractionInPeriod ?AREA1 ?AREA2 ?FRACTION ?PERIOD) (exists (?TIME) (and (instance ?TIME ?PERIOD) (holdsDuring ?TIME (exportPartnerByFraction ?AREA1 ?AREA2 ?FRACTION))))) |
Economy.kif 2784-2789 | X export partner by fraction in period Y for Z with W if, only if there exists V such that V is an instance of W, and X export partner by fraction Y for Z holds during V |