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 1629-1633 | |
(subclass SingleRequirementComplexity ComplexityAttribute) | QoSontology.kif 1628-1628 |
consequent |
(=> (systemBehavior ?System PeriodicSystemBehavior) (complexity ?System SingleRequirementComplexity)) |
QoSontology.kif 1639-1641 | |
(=> (systemBehavior ?System TransientSystemBehavior) (complexity ?System SingleRequirementComplexity)) |
QoSontology.kif 1635-1637 |