|
ENTITY physically_modelled_product_definition SUBTYPE OF (product_definition_with_associated_documents); WHERE wr1: SELF . frame_of_reference \ application_context_element . name = 'physical model occurrence' ; wr2: ( SIZEOF ( documentation_ids ) = 1 ) AND ( SIZEOF ( QUERY ( d <* documentation_ids | ( SIZEOF ( QUERY ( drt <* d . representation_types | ( drt . name = 'physical' ) ) ) = 1 ) ) ) = 1 ) ; END_ENTITY; -- physically_modelled_product_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_definition_with_associated_documents documentation_ids: SET [1:?] OF document; physically_modelled_product_definition - |
Global rules for this entity data type- |
public interface EPhysically_modelled_product_definition extends EProduct_definition_with_associated_documents |
public class CPhysically_modelled_product_definition implements EPhysically_modelled_product_definition |
public class APhysically_modelled_product_definition extends AEntitypublic EPhysically_modelled_product_definition getByIndex(int index)public EPhysically_modelled_product_definition getCurrentMember(SdaiIterator it) |