ENTITY collection_definition SUBTYPE OF (part_view_definition); WHERE wr1: 'collection' IN types_of_product(SELF\Product_view_definition.defined_version.of_product); END_ENTITY; -- collection_definition |
Entity data types and their attributesproduct_definitionid: identifier; (OPT) description: text; formation: product_definition_formation; frame_of_reference: product_definition_context; (DER) name: label; product_view_definition (RT) (OPT) description->name_x: STRING; (OPT) additional_characterization: STRING; (RT) frame_of_reference->initial_context: product_definition_context; (OPT) additional_contexts: SET [1:?] OF product_definition_context; (RT) formation->defined_version: product_definition_formation; (RT) (DER) name: label; part_view_definition (RT) defined_version: part_version; collection_definition - |
Global rules for this entity data type- |
public interface ECollection_definition extends EPart_view_definition |
public class CCollection_definition implements ECollection_definition |
public class ACollection_definition extends AEntitypublic ECollection_definition getByIndex(int index)public ECollection_definition getCurrentMember(SdaiIterator it) |