next up previous
Next: MM circuit example
Up: MM company example
Previous: Building the worksheet

Specifying cell locations

If we want to dictate which rows to use, we can do so as below:

model model1 {
  models( parkinsons * ( incomings -> C1,
                         outgoings -> C5,
                         workforce -> C2
                       )
        )
}

The compiler will still allocate columns to attributes for which they haven't been specified.



Jocelyn Ireson-Paine
Sat Nov 28 17:42:14 GMT 1998