< ^  >

Time

We model time via instants and intervals.

An interval is defined by start and end instants: I = (ts, tf)

Operations on intervals:

start(I) = ts      finish(I) = tf      duration(I) = tf - ts      I1 + I2 = (start(I1), finish(I2))

All scene-time is measured relative to start of scene.

If duration of scene is T, then scene interval  IS = (0,T)

Database may store absolute start time elsewhere.


< ^  >