![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| runsOn |
| appearance as argument number 1 |
|
|
| (instance runsOn BinaryPredicate) | QoSontology.kif 329-329 | runs on is an instance of binary predicate |
| (instance runsOn AsymmetricRelation) | QoSontology.kif 330-330 | runs on is an instance of asymmetric relation |
| (domain runsOn 1 ComputerProgram) | QoSontology.kif 331-331 | The number 1 argument of runs on is an instance of computer program |
| (domain runsOn 2 Computer) | QoSontology.kif 332-332 | The number 2 argument of runs on is an instance of computer |
| (documentation runsOn EnglishLanguage "(runsOn ?Program ?Computer) means that ?Program is capable of running on ?Computer with its current configuration of installed software.") | QoSontology.kif 333-334 | The number 2 argument of runs on is an instance of computer |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage runsOn "%1 can %n be ComputerProcesses on %2") | domainEnglishFormat.kif 2193-2193 | |
| (format ChineseTraditionalLanguage runsOn "%1 %n 能够在 %2 ComputerProcess") | domainEnglishFormat.kif 2194-2194 | |
| (format ChineseLanguage runsOn "%1 %n 能够在 %2 ComputerProcess") | domainEnglishFormat.kif 2195-2195 | |
| (termFormat EnglishLanguage runsOn "runs on") | domainEnglishFormat.kif 50620-50620 | |
| (termFormat ChineseTraditionalLanguage runsOn "能够操作") | domainEnglishFormat.kif 50621-50621 | |
| (termFormat ChineseLanguage runsOn "能够操作") | domainEnglishFormat.kif 50622-50622 |
| consequent |
|
|
| (=> (and (instance ?B BasebandForIPhone) (instance ?I AppleIPhone)) (runsOn ?B ?I)) |
ComputingBrands.kif 2242-2246 | If X is an instance of baseband and Y is an instance of iPhone, then X can be ComputerProcesses on Y |
| (=> (and (programRunning ?Process ?Program) (computerRunning ?Process ?Computer)) (runsOn ?Program ?Computer)) |
QoSontology.kif 336-340 | If X is a program running of Y and Y is running on Z, then X can be ComputerProcesses on Z |