Timed event system

From testwiki
Jump to navigation Jump to search

Template:Multiple issues The General System has been described in [Zeigler76] and [ZPK00] with the standpoints to define (1) the time base, (2) the admissible input segments, (3) the system states, (4) the state trajectory with an admissible input segment, (5) the output for a given state.

A Timed Event System defining the state trajectory associated with the current and event segments came from the class of General System to allows non-deterministic behaviors in it [Hwang2012]. Since the behaviors of DEVS can be described by Timed Event System, DEVS and RTDEVS is a sub-class or an equivalent class of Timed Event System.

Timed Event Systems

A timed event system is a structure

𝒒=<Z,Q,Q0,QA,Ξ”>

where

  • Z is the set of events;
  • Q is the set of states;
  • Q0βŠ†Q is the set of initial states;
  • QAβŠ†Q is the set of accepting states;
  • Ξ”βŠ†QΓ—Ξ©Z,[tl,tu]Γ—Q is the set of state trajectories in which (q,Ο‰,q)βˆˆΞ” indicates that a state q∈Q can change into q∈Q along with an event segment Ο‰βˆˆΞ©Z,[tl,tu]. If two state trajectories (q1,Ο‰1,q2) and (q3,Ο‰2,q4)βˆˆΞ” are called contiguous if q2=q3, and two event trajectories Ο‰1 and Ο‰2 are contiguous. Two contiguous state trajectories (q,Ο‰1,p) and (p,Ο‰2,q)βˆˆΞ” implies (q,Ο‰1Ο‰2,q)βˆˆΞ”.

Behaviors and Languages of Timed Event System

Given a timed event system 𝒒=<Z,Q,Q0,QA,Ξ”>, the set of its behaviors is called its language depending on the observation time length. Let t be the observation time length. If 0≀t<∞, t-length observation language of 𝒒 is denoted by L(𝒒,t), and defined as

L(𝒒,t)={Ο‰βˆˆΞ©Z,[0,t]:βˆƒ(q0,Ο‰,q)βˆˆΞ”,q0∈Q0,q∈QA}.

We call an event segment Ο‰βˆˆΞ©Z,[0,t] a t-length behavior of 𝒒, if Ο‰βˆˆL(𝒒,t).

By sending the observation time length t to infinity, we define infinite length observation language of 𝒒 is denoted by L(𝒒,∞), and defined as

L(𝒒,∞)={Ο‰βˆˆlimtβ†’βˆžΞ©Z,[0,t]:βˆƒ{q:(q0,Ο‰,q)βˆˆΞ”,q0∈Q0}βŠ†QA}.

We call an event segment Ο‰βˆˆlimtβ†’βˆžΞ©Z,[0,t] an infinite-length behavior of 𝒒, if Ο‰βˆˆL(𝒒,∞).

See also

State Transition System

References