![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
ContinuousPath
|
|
|
| appearance as argument number 1 |
|
|
| (subclass ContinuousPath ComputerPathAttribute) | QoSontology.kif 1239-1239 | Continuous path is a subclass of computer path attribute |
| (documentation ContinuousPath EnglishLanguage "The attribute which denotes that the path type is continuous, as opposed to transient or quasicontinuous paths. A continuous path handles a stream of data arriving at a comment of rate.") | QoSontology.kif 1240-1243 | Continuous path is a subclass of computer path attribute |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (instance ?Path ComputerPath) (property ?Path ContinuousPath)) (not (property ?Path TransientPath))) |
QoSontology.kif 1255-1259 | If X is an instance of computer path and X the attribute continuous path, then X does not have the attribute transient path |
| (=> (and (instance ?Path ComputerPath) (property ?Path ContinuousPath)) (not (property ?Path QuasicontinuousPath))) |
QoSontology.kif 1261-1265 | If X is an instance of computer path and X the attribute continuous path, then X does not have the attribute quasicontinuous path |
| consequent |
|
|
| (=> (dataStreamSlack ?Path ?Number) (or (property ?Path ContinuousPath) (property ?Path QuasicontinuousPath))) |
QoSontology.kif 1310-1314 | If X is a data stream slack of Y, then Y the attribute continuous path or Y the attribute quasicontinuous path |