![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| ComputerTask(computer task) |
| appearance as argument number 1 |
|
|
| (subclass ComputerTask ComputerProcess) | QoSontology.kif 1918-1918 | Computer task is a subclass of computer process |
| (documentation ComputerTask EnglishLanguage "In a multitasking environment, an independently running program or subprogram. Each task is assigned a task number.") | QoSontology.kif 1919-1921 | Computer task is a subclass of computer process |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?Task ComputerTask) (exists (?Program ?Process) (and (part ?Task ?Process) (instance ?Process Multitasking) (programRunning ?Task ?Program)))) |
QoSontology.kif 1923-1929 | If X is an instance of computer task, then there exist Y, Z such that X is a part of Z, Z is an instance of multitasking, and Y is a program running of X |