|
ENTITY curve_2d_element_constant_specified_volume_variable_value SUBTYPE OF (curve_2d_element_field_variable_definition); simple_value : field_value; variable : volume_variable; coordinate_system : OPTIONAL curve_2d_element_coordinate_system; WHERE WR1: necessary_value_coordinate_system (simple_value, coordinate_system); WR2: consistent_value (simple_value, variable); WR3: appropriate_value_existence (simple_value, TYPEOF (SELF\state_definition.defined_state)); END_ENTITY; -- curve_2d_element_constant_specified_volume_variable_value |
Entity data types and their attributesstate_definitiondefined_state: state; field_variable_definition - field_variable_element_definition - curve_2d_element_field_variable_definition element: curve_2d_element_output_reference; curve_2d_element_constant_specified_volume_variable_value simple_value: field_value; variable: volume_variable; (OPT) coordinate_system: curve_2d_element_coordinate_system; |
Global rules for this entity data type- |