standardInputDevice |
appearance as argument number 1 |
(documentation standardInputDevice EnglishLanguage "(standardInputDevice ?PROCESS ?DEVICE) holds just in case the DEVICE is the predefined input channel with which the running version of the program PROCESS is initialised.") | QoSontology.kif 505-507 | |
(domain standardInputDevice 1 ComputerProcess) | QoSontology.kif 503-503 | The number 1 argument of standard input device is an instance of computer process |
(domain standardInputDevice 2 ComputerInputDevice) | QoSontology.kif 504-504 | The number 2 argument of standard input device is an instance of computer input device |
(instance standardInputDevice BinaryPredicate) | QoSontology.kif 502-502 | standard input device is an instance of binary predicate |
(instance standardInputDevice CaseRole) | QoSontology.kif 501-501 | standard input device is an instance of case role |
(subrelation standardInputDevice instrument) | QoSontology.kif 500-500 | standard input device is a subrelation of instrument |
appearance as argument number 2 |
(format ChineseLanguage standardInputDevice "%2 是 standard input device 对于 %1 ") | domainEnglishFormat.kif 4606-4606 | |
(format ChineseTraditionalLanguage standardInputDevice "%2 是 standard input device 對於 %1 ") | domainEnglishFormat.kif 4605-4605 | |
(format EnglishLanguage standardInputDevice "%2 is the standard input device for %1") | domainEnglishFormat.kif 4604-4604 | |
(termFormat ChineseLanguage standardInputDevice "标准输入设备") | domainEnglishFormat.kif 55042-55042 | |
(termFormat ChineseTraditionalLanguage standardInputDevice "標準輸入設備") | domainEnglishFormat.kif 55041-55041 | |
(termFormat EnglishLanguage standardInputDevice "standard input device") | domainEnglishFormat.kif 55040-55040 |
consequent |
(=> (programRunning ?Process ?Program) (exists (?Device) (standardInputDevice ?Process ?Device))) |
QoSontology.kif 509-512 |
|