standardErrorDevice |
appearance as argument number 1 |
(documentation standardErrorDevice EnglishLanguage "(standardErrorDevice ?PROGRAM ?DEVICE) holds just in case the DEVICE is the predefined error channel with which the running version of this program is initialised.") | QoSontology.kif 536-538 | |
(domain standardErrorDevice 1 ComputerProcess) | QoSontology.kif 534-534 | The number 1 argument of standard error device is an instance of computer process |
(domain standardErrorDevice 2 ComputerOutputDevice) | QoSontology.kif 535-535 | The number 2 argument of standard error device is an instance of computer output device |
(instance standardErrorDevice BinaryPredicate) | QoSontology.kif 533-533 | standard error device is an instance of binary predicate |
(instance standardErrorDevice CaseRole) | QoSontology.kif 532-532 | standard error device is an instance of case role |
(subrelation standardErrorDevice instrument) | QoSontology.kif 531-531 | standard error device is a subrelation of instrument |
appearance as argument number 2 |
(format ChineseLanguage standardErrorDevice "%2 是 standard error device 对于 %1 ") | domainEnglishFormat.kif 4602-4602 | |
(format ChineseTraditionalLanguage standardErrorDevice "%2 是 standard error device 對於 %1 ") | domainEnglishFormat.kif 4601-4601 | |
(format EnglishLanguage standardErrorDevice "%2 is the standard error device for %1") | domainEnglishFormat.kif 4600-4600 | |
(termFormat ChineseLanguage standardErrorDevice "标准错误设备") | domainEnglishFormat.kif 54986-54986 | |
(termFormat ChineseTraditionalLanguage standardErrorDevice "標準錯誤設備") | domainEnglishFormat.kif 54985-54985 | |
(termFormat EnglishLanguage standardErrorDevice "standard error device") | domainEnglishFormat.kif 54984-54984 |
consequent |
(=> (programRunning ?Process ?Program) (exists (?Device) (standardErrorDevice ?Process ?Device))) |
QoSontology.kif 543-546 |
|