adonmo / meos

Mobility Engine, Open Source
https://adonmo.github.io/meos/
MIT License
21 stars 3 forks source link

[Temporal Types] Add support for Interpolation #11

Closed chaitan94 closed 4 years ago

chaitan94 commented 4 years ago

Temporal Types of Sequence and SequenceSet durations can specify interpolation.

For discrete base types, only Stepwise interpolation is allowed.

For continuous base types, only interpolation can be either Stepwise or Linear.

When serialized, the text representation of these objects would start like 'Interp=Stepwise;[10@2020-01-01, ...'