Joakim Hove
356958309c
Added hasColumn() method.
2016-01-08 14:04:30 +01:00
Joakim Hove
a2b64a83eb
SimpleTable improvements:
...
- Added constructor without DeckItem
- Added addRow( ) method
- Added random access get( ) methd.
2016-01-08 14:04:28 +01:00
Joakim Hove
772473ae1c
Refactored SimpleTable class
2015-12-21 15:38:49 +01:00
Tor Harald Sandve
d3f3c74358
Adress minor issues
...
- rename checkRange() to assertUnitRange()
- use string instead of char
2015-12-01 14:12:39 +01:00
Tor Harald Sandve
ce595d7592
Add method to check that table input spans [0,1]
2015-12-01 12:19:43 +01:00
Joakim Hove
2681d1cc8f
Refactor SimpleTable:
...
The SimpleTable class is initialized with a DeckItem instance containing
all the date for the table, instead of a DeckRecord (or DeckKeyword). As
a consequence the getFlatXxxx() methods have been removed.
2015-09-14 16:35:05 +02:00
Joakim Hove
ebd1354805
Renamed SingleRecordTable -> SimpleTable
2015-09-07 15:54:14 +02:00