|
ENTITY real_interval_from_min SUBTYPE OF (maths_space, generic_literal); min : REAL; min_closure : open_closed; END_ENTITY; -- real_interval_from_min |
Entity data types and their attributesgeneric_expression- maths_space - simple_generic_expression - generic_literal - real_interval_from_min min: REAL; min_closure: open_closed; |
Global rules for this entity data type- |