ENTITY representative_shape_representation SUBTYPE OF (shape_representation); WHERE wr1: unique_in_product_definition (SELF) OR unique_in_shape_aspect (SELF); END_ENTITY; -- representative_shape_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; shape_representation - representative_shape_representation - |
Global rules for this entity data type- |
public interface ERepresentative_shape_representation extends EShape_representation |
public class CRepresentative_shape_representation implements ERepresentative_shape_representation |
public class ARepresentative_shape_representation extends AEntitypublic ERepresentative_shape_representation getByIndex(int index)public ERepresentative_shape_representation getCurrentMember(SdaiIterator it) |