InitiationDesignPattern |
appearance as argument number 1 |
(documentation InitiationDesignPattern EnglishLanguage "An instance of the class RealtimeSystem has Initiation-DesignPattern if it consists of one software module and the actuators it commands. The design pattern is an event source which produces events for an event handler. The event source is typically an evaluate-and-decide software module. The event stream is necessarily asynchronous, or transient. The arrival rate of events may vary and is unbounded. Events may be either homogeneous or heterogeneous. The workload per event for homogeneous events is constant. The workload per event for heterogeneous events is a function of each event type. There is one deadline for real-time action initiation systems. It is the upper bound on the time to generate a command for the actuator.") | QoSontology.kif 1404-1415 | |
(subclass InitiationDesignPattern DesignPatternAttribute) | QoSontology.kif 1403-1403 | InitiationDesignPattern e' uma sub-classe de DesignPatternAttribute |
antecedent |
(=> (designPattern ?System InitiationDesignPattern) (systemBehavior ?System TransientSystemBehavior)) |
QoSontology.kif 1417-1419 |