ComputerSystem |
appearance as argument number 1 |
![]() |
(documentation ComputerSystem EnglishLanguage "A Collection of Computers connected by a ComputerNetwork and possibly containing various ComputerIODevices. This includes distributed WebSites, cloud servers and server farms.") | ComputingBrands.kif 3318-3320 | |
(subclass ComputerSystem Collection) | ComputingBrands.kif 3317-3317 | 子類 ComputerSystem and Collection |
appearance as argument number 2 |
![]() |
(instance ICloud ComputerSystem) | ComputingBrands.kif 3339-3339 | 例 ICloud and ComputerSystem |
(termFormat EnglishLanguage ComputerSystem "computer system") | ComputingBrands.kif 3322-3322 | 例 ICloud and ComputerSystem |
antecedent |
![]() |
(=> (instance ?CS ComputerSystem) (exists (?C1 ?C2 ?CN) (and (instance ?C1 Computer) (instance ?C2 Computer) (instance ?CN ComputerNetwork) (member ?C1 ?CS) (member ?C2 ?CS) (member ?CN ?CS) (not (equal ?C1 ?C2)) (connectedEngineeringComponents ?C1 ?CN) (connectedEngineeringComponents ?C2 ?CN)))) |
ComputingBrands.kif 3324-3337 |
|
consequent |
![]() |
(=> (instance ?ACT DownloadingOverNetwork) (exists (?DATA ?COM) (and (patient ?ACT ?DATA) (agent ?ACT ?COM) (destination ?ACT ?COM) (instance ?COM ComputerSystem) (instance ?DATA DigitalData)))) |
ComputerInput.kif 2684-2692 |
|
![]() |
![]() |