Comparison of the textual description language
Version 5.1 by wah on 2012/10/31 14:51
Events
Within interface scope events have an direction. They can either be ingoing or outgoing:
interface NamedInterface: in event event1 out event event2
Within local scope events can carry variables:
internal: event localEvent1 : integer
Local events can be derived from interface events or other local events and can have a value assignment:
internal: event localEvent1: integer local event localEvent2 = NamedInterface.event1 || localEvent1 local event localEvent3 = localEvent2 || 25
| KIELER | YAKINDU |
|
|---|---|---|---|
|
| Events:
|
|
Typesystem |
|
|
|
Expressions |
|
|
|
Operations |
|
|
|