ENTITY functional_product SUBTYPE OF (information_product); UNIQUE ur1 : id; END_ENTITY; -- functional_product |
Entity data types and their attributesproductid: identifier; name: label; (OPT) description: text; frame_of_reference: SET [1:?] OF product_context; product_armx (RT) (DER) frame_of_reference: SET [1:?] OF product_context; information_product - functional_product - |
Global rules for this entity data type- |
public interface EFunctional_product extends EInformation_product |
public class CFunctional_product implements EFunctional_product |
public class AFunctional_product extends AEntitypublic EFunctional_product getByIndex(int index)public EFunctional_product getCurrentMember(SdaiIterator it) |