Next: , Previous: , Up: The Dezyne Modeling Language   [Contents][Index]


3.2 Creating an Interface

Interfaces define how components interact: the events that can be communicated and the interaction protocol.

Each event has a direction specified by the ’in’ or ’out’ keywords.

The interface protocol is specified in a ’behaviour’ section. For each in event it specifies the actions performed.

An interface does not lead to any code being generated. It serves as a specification only.