Next: Component Types, Previous: Ports, Up: Components [Contents][Index]
The behavior
section of a component defines its behavior.
behavior ::= "behavior" "{" behavior-statement* "}" behavior-statement ::= type | variable | function | declarative-statement
A component behavior describes the communication or the exchange of
events between a itself and other components in its environment
connected to its ports. Each port is defined by a local name and a
behavior refers to these ports by name when it relates trigger
s
and action
s (see also See Ports).