ENTITY shape_representation_with_parameters SUBTYPE OF (shape_representation); SELF\representation.items : SET [1:?] OF shape_representation_with_parameters_items; END_ENTITY; -- shape_representation_with_parameters |
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 - shape_representation_with_parameters (RT) items: SET [1:?] OF shape_representation_with_parameters_items; |
Global rules for this entity data type- |
public interface EShape_representation_with_parameters extends EShape_representation |
public class CShape_representation_with_parameters implements EShape_representation_with_parameters |
public class AShape_representation_with_parameters extends AEntitypublic EShape_representation_with_parameters getByIndex(int index)public EShape_representation_with_parameters getCurrentMember(SdaiIterator it) |