|
ENTITY series_composed_function SUBTYPE OF (maths_function, multiple_arity_generic_expression); SELF\multiple_arity_generic_expression.operands : LIST [2:?] OF maths_function; WHERE WR1: composable_sequence(SELF\multiple_arity_generic_expression.operands); END_ENTITY; -- series_composed_function |
Entity data types and their attributesgeneric_expression- maths_function (DER) domain: tuple_space; (DER) range: tuple_space; multiple_arity_generic_expression operands: LIST [2:?] OF generic_expression; series_composed_function (RT) operands: LIST [2:?] OF maths_function; |
Global rules for this entity data type- |