![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| SingleRequirementComplexity(single requirement complexity) |
| appearance as argument number 1 |
|
|
| (subclass SingleRequirementComplexity ComplexityAttribute) | QoSontology.kif 1633-1633 | Single requirement complexity is a subclass of complexity attribute |
| (documentation SingleRequirementComplexity EnglishLanguage "An attribute that describes instances of RealtimeSystems which require a single timing requirement, either a bound for completion time for systems with Transient_SystemBehavior or cycle deadline for systems with PeriodicSystemBehavior.") | QoSontology.kif 1635-1639 | Single requirement complexity is a subclass of complexity attribute |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage SingleRequirementComplexity "single requirement complexity") | QoSontology.kif 1634-1634 |
| consequent |
|
|
| (=> (systemBehavior ?System TransientSystemBehavior) (complexity ?System SingleRequirementComplexity)) |
QoSontology.kif 1641-1643 | If the behavior of X is TransientSystemBehavior, then the complexity of X is single requirement complexity |
| (=> (systemBehavior ?System PeriodicSystemBehavior) (complexity ?System SingleRequirementComplexity)) |
QoSontology.kif 1645-1647 | If the behavior of X is PeriodicSystemBehavior, then the complexity of X is single requirement complexity |