![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| UsingAResource(using a resource) |
| appearance as argument number 1 |
|
|
| (subclass UsingAResource ComputerProcess) | QoSontology.kif 2081-2081 | Using a resource is a subclass of computer process |
| (documentation UsingAResource EnglishLanguage "A ComputerProcess which requires access to a ComputerResource.") | QoSontology.kif 2082-2083 | Using a resource is a subclass of computer process |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?Using UsingAResource) (exists (?Resource) (resourceUsed ?Using ?Resource))) |
QoSontology.kif 2085-2088 | If X is an instance of using a resource, then there exists Y such that X uses Y |
| (=> (and (instance ?Using UsingAResource) (resourceUsed ?Using ?Resource) (agent ?Using ?Agent)) (uses ?Resource ?Agent)) |
QoSontology.kif 2090-2095 | If X is an instance of using a resource, X uses Y, and Z is an agent of X, then Z uses Y |
| consequent |
|
|
| (=> (and (instance ?Reusing ReusingAResource) (resourceUsed ?Reusing ?Resource)) (exists (?Using) (and (instance ?Using UsingAResource) (resourceUsed ?Using ?Resource) (earlier (WhenFn ?Using) (WhenFn ?Reusing))))) |
QoSontology.kif 2105-2113 | If X is an instance of reusing a resource and X uses Y, then there exists Z such that Z is an instance of using a resource, Z uses Y, and the time of existence of Z happens earlier than the time of existence of X |