source:
vis_dev/vis-2.1/examples/elevator/elevator.inv
@
12
Last change on this file since 12 was 11, checked in by , 13 years ago | |
---|---|
File size: 192 bytes |
Line | |
---|---|
1 | e1.movement=MOVING -> e1.door=CLOSED; |
2 | e1.movement=MOVING -> e2.door=CLOSED; |
3 | (e1.location<0>=1 <-> main_control.locations<*1*><0>=1) * |
4 | (e1.location<1>=1 <-> main_control.locations<*1*><1>=1); |
Note: See TracBrowser
for help on using the repository browser.