![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| ReusingAResource(reusing a resource) |
| appearance as argument number 1 |
|
|
| (subclass ReusingAResource ComputerProcess) | QoSontology.kif 2097-2097 | Reusing a resource is a subclass of computer process |
| (documentation ReusingAResource EnglishLanguage "To use the same resource again.") | QoSontology.kif 2098-2098 | Reusing a resource is a subclass of computer process |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?Using ReusingAResource) (exists (?Resource) (resourceUsed ?Using ?Resource))) |
QoSontology.kif 2100-2103 | If X is an instance of reusing a resource, then there exists Y such that X uses Y |
| (=> (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 |