|
ENTITY tolerance_value; lower_bound : measure_with_unit; upper_bound : measure_with_unit; DERIVE a : REAL := upper_bound\measure_with_unit.value_component; b : REAL := lower_bound\measure_with_unit.value_component; WHERE WR1: a > b; WR2: upper_bound\measure_with_unit.unit_component = lower_bound\measure_with_unit.unit_component; END_ENTITY; -- tolerance_value |
Entity data types and their attributestolerance_valuelower_bound: measure_with_unit; upper_bound: measure_with_unit; (DER) a: REAL; (DER) b: REAL; |
Global rules for this entity data typedependent_instantiable_tolerance_value (automotive_design)dependent_instantiable_tolerance_value (Catalog_data_information_and_shape_representation_mim) |