Suvarna Garge (Editor)

Timed event system

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

The General System has been described in [Zeigler76] and [ZPK00] with the stand points 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 an given state.

Contents

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

G =< Z , Q , Q 0 , Q A , Δ >

where

  • Z is the set of events;
  • Q is the set of states;
  • Q 0 Q is the set of initial states;
  • Q A Q is the set of accepting states;
  • Δ Q × Ω Z , [ t l , t u ] × 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 , [ t l , t u ] . If two state trajectories ( q 1 , ω 1 , q 2 ) and ( q 3 , ω 2 , q 4 ) Δ are called contiguous if q 2 = q 3 , 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 G =< Z , Q , Q 0 , Q A , Δ > , 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 G is denoted by L ( G , t ) , and defined as

    L ( G , t ) = { ω Ω Z , [ 0 , t ] : ( q 0 , ω , q ) Δ , q 0 Q 0 , q Q A } .

    We call an event segment ω Ω Z , [ 0 , t ] a t -length behavior of G , if ω L ( G , t ) .

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

    L ( G , ) = { ω lim t Ω Z , [ 0 , t ] : { q : ( q 0 , ω , q ) Δ , q 0 Q 0 } Q A } .

    We call an event segment ω lim t Ω Z , [ 0 , t ] an infinite-length behavior of G , if ω L ( G , ) .

    References

    Timed event system Wikipedia