ENTITY table_record_field_representation_with_clipping_box SUBTYPE OF (table_record_field_representation); clipping_box : planar_box; WHERE wr1: item_in_context (SELF.clipping_box, SELF\representation.context_of_items); END_ENTITY; -- table_record_field_representation_with_clipping_box |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; symbol_representation - table_record_field_representation - table_record_field_representation_with_clipping_box clipping_box: planar_box; |
Global rules for this entity data type- |
public interface ETable_record_field_representation_with_clipping_box extends ETable_record_field_representationclipping_box (explicit attribute)boolean testClipping_box(ETable_record_field_representation_with_clipping_box type)EPlanar_box getClipping_box(ETable_record_field_representation_with_clipping_box type) void setClipping_box(ETable_record_field_representation_with_clipping_box type, EPlanar_box value) void unsetClipping_box(ETable_record_field_representation_with_clipping_box type) |
public class CTable_record_field_representation_with_clipping_box implements ETable_record_field_representation_with_clipping_boxstatic EAttribute attributeClipping_box(ETable_record_field_representation_with_clipping_box type)static int usedinClipping_box(ETable_record_field_representation_with_clipping_box type, EPlanar_box instance, ASdaiModel domain, ATable_record_field_representation_with_clipping_box result) |
public class ATable_record_field_representation_with_clipping_box extends AEntitypublic ETable_record_field_representation_with_clipping_box getByIndex(int index)public ETable_record_field_representation_with_clipping_box getCurrentMember(SdaiIterator it) |