You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gerritjvv edited this page Jan 2, 2012
·
1 revision
Cells and Data
Overview
Each column in each row is treated as a Cell. Cells allow for different representation and storage of the data without having to change the core logic.
All Cell's inherit the Counter interface. Counters can be incremented, to decrement add a negative value.