![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| monitorApplicationData |
| appearance as argument number 1 |
|
|
| (instance monitorApplicationData BinaryPredicate) | QoSontology.kif 1068-1068 | monitor application data is an instance of binary predicate |
| (domain monitorApplicationData 1 TimePosition) | QoSontology.kif 1069-1069 | The number 1 argument of monitor application data is an instance of time position |
| (domain monitorApplicationData 2 ComputerProgram) | QoSontology.kif 1070-1070 | The number 2 argument of monitor application data is an instance of computer program |
| (documentation monitorApplicationData EnglishLanguage "(monitorApplicationData ?TIME ?APPLICATION) holds if the time stamp ?TIME specifies the time at which ?APPLICATION is running.") | QoSontology.kif 1071-1073 | The number 2 argument of monitor application data is an instance of computer program |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage monitorApplicationData "%2 is %n a monitor application data of %1") | domainEnglishFormat.kif 1757-1757 | |
| (format ChineseTraditionalLanguage monitorApplicationData "%2 %n 是 %1 的 monitor 申請資料") | domainEnglishFormat.kif 1758-1758 | |
| (format ChineseLanguage monitorApplicationData "%2 %n 是 %1 的 monitor 申请资料") | domainEnglishFormat.kif 1759-1759 | |
| (termFormat EnglishLanguage monitorApplicationData "monitor application data") | domainEnglishFormat.kif 38405-38405 | |
| (termFormat ChineseTraditionalLanguage monitorApplicationData "監控應用數據") | domainEnglishFormat.kif 38406-38406 | |
| (termFormat ChineseLanguage monitorApplicationData "监控应用数据") | domainEnglishFormat.kif 38407-38407 |
| antecedent |
|
|
| (=> (monitorApplicationData ?Time ?Application) (exists (?Process) (and (programRunning ?Process ?Application) (time ?Process ?Time)))) |
QoSontology.kif 1075-1080 | If X is a monitor application data of Y, then there exists Z such that X is a program running of Z and Z exists during Y |