UnpoweredDevice
|
|
appearance as argument number 1 |
(disjoint UnpoweredDevice ElectricDevice) | Cars.kif 4466-4466 | |
(documentation UnpoweredDevice EnglishLanguage "Any Device that lacks a part that is a power source.") | Cars.kif 4467-4468 | |
(subclass UnpoweredDevice Device) | Cars.kif 4465-4465 |
appearance as argument number 2 |
(subclass HandTool UnpoweredDevice) | Cars.kif 4456-4456 | |
(termFormat EnglishLanguage UnpoweredDevice "unpowered device") | domainEnglishFormat.kif 65669-65669 |
antecedent |
(=> (instance ?UD UnpoweredDevice) (not (exists (?E) (and (instance ?E Engine) (part ?E ?UD))))) |
Cars.kif 4470-4476 |