|
ENTITY boolean_result_2d SUBTYPE OF (boolean_result); SELF\boolean_result.first_operand : boolean_operand_2d; SELF\boolean_result.second_operand : boolean_operand_2d; END_ENTITY; -- boolean_result_2d |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; boolean_result operator: boolean_operator; first_operand: boolean_operand; second_operand: boolean_operand; boolean_result_2d (RT) first_operand: boolean_operand_2d; (RT) second_operand: boolean_operand_2d; |
Global rules for this entity data type- |