StanfordHCI / termite

(development moved to new repos)
BSD 3-Clause "New" or "Revised" License
115 stars 36 forks source link

Remove all data-related attributes from MatrixState except for dataID #9

Closed jcchuang closed 11 years ago

jcchuang commented 11 years ago

Remove all data-related attributes "sparseMatrix", "rowDims", "columnDims", "rowAdmissions", "columnAdmissions" and make them private fields in MatrixState.

Update MatrixState to automatically invoke getData API whenever the attribute "dataID" changes.

jcchuang commented 11 years ago

Implement issue #8 prior to this task.

jcchuang commented 11 years ago

Implemented in f18052b56710fa104beefbc8e52aeb249b4adbb0.