|
ENTITY regular_table_function SUBTYPE OF (linearized_table_function); increments : LIST [1:?] OF INTEGER; WHERE WR1: SIZEOF (increments) = SIZEOF (self\explicit_table_function.shape); WR2: extremal_position_check(self); END_ENTITY; -- regular_table_function |
Entity data types and their attributesgeneric_expression- maths_function (DER) domain: tuple_space; (DER) range: tuple_space; explicit_table_function index_base: zero_or_one; shape: LIST [1:?] OF positive_integer; unary_generic_expression operand: generic_expression; linearized_table_function (RT) operand: maths_function; first: INTEGER; (DER) source: maths_function; regular_table_function increments: LIST [1:?] OF INTEGER; |
Global rules for this entity data type- |