ENTITY general_tolerance_table SUBTYPE OF (default_tolerance_table); SELF\representation.name RENAMED tolerance_type : STRING; SELF\representation.items RENAMED cells : SET [1:?] OF tolerance_table_cell; DERIVE SELF\representation.context_of_items : representation_context := ?; END_ENTITY; -- general_tolerance_table |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; default_tolerance_table - general_tolerance_table (RT) name->tolerance_type: STRING; (RT) items->cells: SET [1:?] OF tolerance_table_cell; (RT) (DER) context_of_items: representation_context; |
Global rules for this entity data type- |
public interface EGeneral_tolerance_table extends EDefault_tolerance_table |
public class CGeneral_tolerance_table implements EGeneral_tolerance_tablestatic EAttribute attributeContext_of_items(EGeneral_tolerance_table type)static int usedinContext_of_items(EGeneral_tolerance_table type, ERepresentation_context instance, ASdaiModel domain, AGeneral_tolerance_table result) |
public class AGeneral_tolerance_table extends AEntitypublic EGeneral_tolerance_table getByIndex(int index)public EGeneral_tolerance_table getCurrentMember(SdaiIterator it) |