Machine
|
|
appearance as argument number 1 |
(documentation Machine ChineseLanguage "Machine 是一些有明确定义的 resource 和 result 的 Devices,它们以自动化的方式把 resource 转成 result。") | chinese_format.kif 3634-3635 | |
(documentation Machine EnglishLanguage "Machines are Devices that that have a well-defined resource and result and that automatically convert the resource into the result.") | Merge.kif 16114-16116 | |
(externalImage Machine "http://upload.wikimedia.org/wikipedia/commons/b/ b3/ USDA_windmills.jpg") | pictureList.kif 11412-11412 | |
(subclass Machine Device) | Merge.kif 16113-16113 | Macchinario è una sottoclasse di Dispositivo |
appearance as argument number 2 |
antecedent |
(=> (instance ?MACHINE Machine) (exists (?COMP1 ?COMP2) (and (instance ?COMP1 EngineeringComponent) (instance ?COMP2 EngineeringComponent) (not (equal ?COMP1 ?COMP2)) (part ?COMP1 ?MACHINE) (part ?COMP2 ?MACHINE)))) |
Merge.kif 16145-16153 | |
(=> (instance ?MACHINE Machine) (forall (?PROC) (=> (instrument ?PROC ?MACHINE) (exists (?RESOURCE ?RESULT) (and (resource ?PROC ?RESOURCE) (result ?PROC ?RESULT)))))) |
Merge.kif 16118-16126 |
consequent |