Stable module category: Difference between revisions
en>Yobot m WP:CHECKWIKI error 22 fixes (category with space) + general fixes (BRFA 16), added orphan tag using AWB (7799) |
en>Addbot m Bot: Removing Orphan Tag (Nolonger an Orphan) (Report Errors) |
||
Line 1: | Line 1: | ||
{{multiple issues| | |||
{{COI|date=November 2012}} | |||
{{notability|date=November 2012}} | |||
{{primary sources|date=November 2012}} | |||
}} | |||
The General System has been described in [[Timed_Event_System#References|[Zeigler76]]] and [[Timed_Event_System#References|[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. | |||
A Timed Event System defining the state trajectory associated with the current and [[Event Segment|event segments]] came from the class of General System to allows non-deterministic behaviors in it[[Timed_Event_System#References|[Hwang2012]]]. Since [[Behavior of DEVS|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 | |||
<center> <math>\mathcal{G}=<Z, Q, Q_0, Q_A,\Delta> </math></center> | |||
where | |||
*<math> \,Z </math> is ''the set of events''; | |||
*<math> \,Q</math> is ''the set of states''; | |||
*<math> \,Q_0 \subseteq Q</math> is ''the set of initial states''; | |||
*<math> Q_A \subseteq Q</math> is ''the set of accepting states''; | |||
*<math> \Delta \subseteq Q \times \Omega_{Z,[t_l,t_u]} \times Q</math> is ''the set of state trajectories'' in which <math> (q,\omega,q') \in \Delta </math> indicates that a state <math>q \in Q</math> can change into <math>q' \in Q</math> along with an [[Event Segment|event segment]] <math>\omega \in \Omega_{Z,[t_l, t_u]}</math>. If two state trajectories <math> (q_1,\omega_1,q_2) </math> and <math>(q_3, \omega_2, q_4) \in \Delta </math> are called contiguous if <math> q_2 = q_3</math>, and two event trajectories <math>\omega_1 </math> and <math>\omega_2 </math> are contiguous. Two contiguous state trajectories <math>(q,\omega_1,p) </math> and <math>(p,\omega_2, q') \in \Delta </math> implies <math> (q,\omega_1\omega_2,q') \in \Delta </math>. | |||
== Behaviors and Languages of Timed Event System == | |||
Given a timed event system <math> \mathcal{G}=<Z,Q,Q_0,Q_A,\Delta></math>, ''the set of its behaviors'' is called its ''language'' depending on the | |||
observation time length. Let <math>t</math> be the observation time length. | |||
If <math>0 \le t <\infty</math>, ''<math>t</math>-length observation language of'' | |||
<math>\mathcal{G}</math> is denoted by <math>L(\mathcal{G}, t)</math>, and defined as | |||
<center><math> | |||
L(\mathcal{G},t)=\{\omega \in \Omega_{Z,[0,t]}: \exists (q_0, \omega, q) \in | |||
\Delta, q_0 \in Q_0, q \in Q_A\}. | |||
</math> </center> | |||
We call an event segment <math>\omega \in \Omega_{Z,[0,t]} </math> a <math>t</math>-length behavior of <math> \mathcal{G}</math>, if <math> \omega \in L(\mathcal{G},t)</math>. | |||
By sending the observation time length <math>t</math> to infinity, we define ''infinite length observation language of'' <math>\mathcal{G}</math> | |||
is denoted by <math>L(\mathcal{G}, \infty)</math>, and defined as | |||
<center><math> | |||
L(\mathcal{G},\infty)= \{\omega \in \underset{t \rightarrow \infty} \lim | |||
\Omega_{Z,[0,t]}: \exists \{q: (q_0, \omega, q) \in | |||
\Delta, q_0 \in Q_0 \} \subseteq Q_A \}. | |||
</math> </center> | |||
We call an event segment <math> \omega \in \underset{t \rightarrow \infty} \lim | |||
\Omega_{Z,[0,t]}</math> an infinite-length behavior of <math> \mathcal{G}</math>, if <math> \omega \in L(\mathcal{G},\infty)</math>. | |||
==See also== | |||
[[state transition system|State Transition System]] | |||
==References== | |||
* [Zeigler76] {{cite book|author = Bernard Zeigler | year = 1976| title = Theory of Modeling and Simulation| publisher = Wiley Interscience, New York | id = |edition=first}} | |||
* [ZKP00] {{cite book|author = Bernard Zeigler, Tag Gon Kim, Herbert Praehofer| year = 2000| title = Theory of Modeling and Simulation| publisher = Academic Press, New York | isbn= 978-0-12-778455-7 |edition=second}} | |||
* [Hwang2012] {{cite conference| author = Moon H. Hwang | title = Qualitative Verification of Finite and Real-Time DEVS Networks | booktitle= Proceedings of 2012 TMS/DEVS| location= Orlando, FL, USA | pages = 43:1–43:8| isbn = 978-1-61839-786-7}} | |||
[[Category:Automata theory]] | |||
[[Category:Formal specification languages]] |
Latest revision as of 03:16, 9 January 2013
Template:Multiple issues 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.
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
where
- is the set of events;
- is the set of states;
- is the set of initial states;
- is the set of accepting states;
- is the set of state trajectories in which indicates that a state can change into along with an event segment . If two state trajectories and are called contiguous if , and two event trajectories and are contiguous. Two contiguous state trajectories and implies .
Behaviors and Languages of Timed Event System
Given a timed event system , the set of its behaviors is called its language depending on the observation time length. Let be the observation time length. If , -length observation language of is denoted by , and defined as
We call an event segment a -length behavior of , if .
By sending the observation time length to infinity, we define infinite length observation language of is denoted by , and defined as
We call an event segment an infinite-length behavior of , if .
See also
References
- [Zeigler76] 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.
My blog: http://www.primaboinca.com/view_profile.php?userid=5889534 - [ZKP00] 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.
My blog: http://www.primaboinca.com/view_profile.php?userid=5889534 - [Hwang2012] 55 years old Systems Administrator Antony from Clarence Creek, really loves learning, PC Software and aerobics. Likes to travel and was inspired after making a journey to Historic Ensemble of the Potala Palace.
You can view that web-site... ccleaner free download