weaponCarryingCapability |
appearance as argument number 1 |
(documentation weaponCarryingCapability EnglishLanguage "(weaponCarryingCapability ?MV ?WC ?I) means that the MilitaryVehicle ?MV is able to carry ?I Weapons of class ?WC.") | MilitaryDevices.kif 27-29 | |
(domain weaponCarryingCapability 1 MilitaryVehicle) | MilitaryDevices.kif 23-23 | The number 1 argument of weapon carrying capability is an instance of military vehicle |
(domain weaponCarryingCapability 3 PositiveInteger) | MilitaryDevices.kif 25-25 | The number 3 argument of weapon carrying capability is an instance of positive integer |
(domainSubclass weaponCarryingCapability 2 Weapon) | MilitaryDevices.kif 24-24 | The number 2 argument of weapon carrying capability is a subclass of weapon |
(instance weaponCarryingCapability TernaryPredicate) | MilitaryDevices.kif 20-20 | weapon carrying capability is an instance of ternary predicate |
(instance weaponCarryingCapability TotalValuedRelation) | MilitaryDevices.kif 21-21 | weapon carrying capability is an instance of total valued relation |
appearance as argument number 2 |
(format ChineseLanguage weaponCarryingCapability "%1 %n 是 对于 %3 的 weapon 携带容量 %2 ") | domainEnglishFormat.kif 2622-2622 | |
(format ChineseTraditionalLanguage weaponCarryingCapability "%1 %n 是 對於 %3 的 weapon 攜帶容量 %2 ") | domainEnglishFormat.kif 2621-2621 | |
(format EnglishLanguage weaponCarryingCapability "%1 can%n{not} carry %3 weapons of type %2.") | MilitaryDevices.kif 2032-2032 | |
(termFormat ChineseLanguage weaponCarryingCapability "武器携带能力") | domainEnglishFormat.kif 62573-62573 | |
(termFormat ChineseTraditionalLanguage weaponCarryingCapability "武器攜帶能力") | domainEnglishFormat.kif 62572-62572 | |
(termFormat EnglishLanguage weaponCarryingCapability "weapon carrying capability") | domainEnglishFormat.kif 62571-62571 |
antecedent |
(=> (and (weaponCarryingCapability ?MV ?WC ?COUNT) (instance ?WEAPON ?WC) (capability ?PC ?ROLE ?WEAPON) (or (subclass ?PC Shooting) (subclass ?PC Damaging))) (capability ?PC ?ROLE ?MV)) |
MilitaryDevices.kif 35-43 |
|
consequent |