source:
vis_dev/vis-2.1/examples/elevator/elevator.fair
@
14
Last change on this file since 14 was 11, checked in by , 13 years ago | |
---|---|
File size: 160 bytes |
Line | |
---|---|
1 | !(e1.door=OPENING); |
2 | !(e2.door=OPENING); |
3 | !(e1.door=OPEN); |
4 | !(e2.door=OPEN); |
5 | !(e1.door=CLOSING); |
6 | !(e2.door=CLOSING); |
7 | !(e1.movement=MOVING); |
8 | !(e2.movement=MOVING); |
Note: See TracBrowser
for help on using the repository browser.