next up previous
Next: Code Up: Defining a node Previous: Defining a node

Heading

This part declares the name, the type , the successors and the local variables. The heading has the following structure:

  <name> / <type> / <index range> / <list of successors>
  / <LABEL: <list of labels>;> / <VAR <declarations of local variables>;> / ::

Items between // may be omitted

Examples:
    Ingoing ::
    Crane (R) [1..3] Belt[INO] VAR Vel: real; MaxWeight: ARRAY OF REAL; ::
    Control (G) Street LABEL: 1, EndCont ::



domingo c
Mon Mar 20 17:34:43 PST 2000