Need "Turn" Action in Domain Model
Need "Turn" Action in Domain Model
Turn() with:
direction(left)
through(junction: j1)
along(route: r1)
within(duration: 5 sec)
at(at: start)
until( @event1)
Turn() with:
direction(left)
through(junction: j1)
from(ls_1.lane: 1)
to(ls_4.lane: 1)
within(duration: 5 sec)
at(at: start)
until( @event1)
Rich's funny syntax:
Turn( [Direction] THROUGH [Junction] USE [Path] WITHIN [Duration] ) at:start until: @event #NOT_YET_SUPPORTED
Turn( [Direction] THROUGH [Junction] FROM [Lane] TO [Lane] USE [Path] WITHIN [Duration] ) at:start until: @event #NOT_YET_SUPPORTED