DynamicDataStream(dynamic data stream) |
appearance as argument number 1 |
(documentation DynamicDataStream EnglishLanguage "The attribute which denotes that the path data stream type is dynamic, i.e. the time changes but the data stream follows a pattern.") | QoSontology.kif 1116-1118 | |
(subclass DynamicDataStream ComputerPathAttribute) | QoSontology.kif 1115-1115 | Dynamic data stream is a subclass of computer path attribute |
appearance as argument number 2 |
(termFormat ChineseLanguage DynamicDataStream "动态数据流") | domainEnglishFormat.kif 20776-20776 | |
(termFormat ChineseTraditionalLanguage DynamicDataStream "動態數據流") | domainEnglishFormat.kif 20775-20775 | |
(termFormat EnglishLanguage DynamicDataStream "dynamic data stream") | domainEnglishFormat.kif 20774-20774 |
antecedent |
(=> (and (instance ?Path ComputerPath) (property ?Path DynamicDataStream)) (not (property ?Path DeterministicDataStream))) |
QoSontology.kif 1137-1141 |
|
(=> (and (instance ?Path ComputerPath) (property ?Path DynamicDataStream)) (not (property ?Path StochasticDataStream))) |
QoSontology.kif 1131-1135 |
|