A lookup node will have either a table internally or a list of key value pairs. this will allow for evaluation bringing in a key and producing a value.
Create a design for how this could work and discuss it with the team.
- describe how the node will work
- if there are any needed interface layers define them and explain their functions
- describe how the node constructor works
- coordinate with oscar on how the node relates to state variables (i think they have a table statevariable)
A lookup node will have either a table internally or a list of key value pairs. this will allow for evaluation bringing in a key and producing a value.
Create a design for how this could work and discuss it with the team.