+
Point of view
All features
class PYRAMID
require
-
locked: tagged_out_locked
ensure
-
still_locked: tagged_out_locked
-
not_cleared: tagged_out_memory.count >= old tagged_out_memory.count
-
append_only: old tagged_out_memory.twin.is_equal(tagged_out_memory.substring(1, old tagged_out_memory.count))
require
-
too_small: nb >= 1
-
too_large: nb <= max
require
- val_column_1.in_range(1, max)
- col.in_range(1, size)
is 0
constant attribute
{}
is 10
constant attribute
{}
require
-
lig_trop_petit: lig >= 1
-
lig_trop_grand: lig <= size
-
col_trop_petit: col >= 1
-
col_trop_grand: col <= size
ensure
- Result >= 1
- Result <= max