jbush001 / WaveView

Digital Waveform Viewer
Apache License 2.0
16 stars 3 forks source link

Query functionality is currently broken #1

Closed jbush001 closed 13 years ago

jbush001 commented 13 years ago

When TransitionVector was re-implemented to use iterators, lost an easy way to get a backward reference. Query.ComparisonExpressionNode.evaluate needs to be re-implemented.

Could create an iterator subinterface that adds a new method to get the previous element. Dynamically cast in above method.