SingleRequirementComplexity
|
|
appearance as argument number 1 |
(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 1523-1527 | |
(subclass SingleRequirementComplexity ComplexityAttribute) | QoSontology.kif 1522-1522 |
consequent |
(=> (systemBehavior ?System PeriodicSystemBehavior) (complexity ?System SingleRequirementComplexity)) |
QoSontology.kif 1533-1535 | |
(=> (systemBehavior ?System TransientSystemBehavior) (complexity ?System SingleRequirementComplexity)) |
QoSontology.kif 1529-1531 |