|
ENTITY default_tolerance_table_cell SUBTYPE OF (compound_representation_item); WHERE wr1: SIZEOF ( QUERY ( x <* USEDIN ( SELF , 'representation_schema.' + 'representation.items' ) | 'default_tolerance_mim.' + 'default_tolerance_table' IN TYPEOF ( x ) ) ) = 1 ; wr2: default_tolerance_table_cell_wr2 ( SELF \ compound_representation_item . item_element ) ; wr3: default_tolerance_table_cell_wr3 ( SELF \ compound_representation_item . item_element ) ; wr4: default_tolerance_table_cell_wr4 ( SELF \ compound_representation_item . item_element ) ; wr5: default_tolerance_table_cell_wr5 ( SELF \ compound_representation_item . item_element ) ; END_ENTITY; -- default_tolerance_table_cell |
Entity data types and their attributesrepresentation_itemname: label; compound_representation_item item_element: compound_item_definition; default_tolerance_table_cell - |
| tolerance_table_cell (DEFAULT_TOLERANCE_XIM) |
Global rules for this entity data type- |
public interface EDefault_tolerance_table_cell extends ECompound_representation_item |
public class CDefault_tolerance_table_cell implements EDefault_tolerance_table_cell |
public class ADefault_tolerance_table_cell extends AEntitypublic EDefault_tolerance_table_cell getByIndex(int index)public EDefault_tolerance_table_cell getCurrentMember(SdaiIterator it) |