ENTITY category_model_parameter_armx SUBTYPE OF (model_parameter_armx, category_model_parameter); INVERSE associated_attribute : SET [1:1] OF classification_attribute FOR attribute_definition; END_ENTITY; -- category_model_parameter_armx |
Entity data types and their attributesgeneral_propertyid: identifier; name: label; (OPT) description: text; model_parameter - model_parameter_armx (OPT) valid_range: SET [1:?] OF value_range_armx; (OPT) default_value: scalar_or_coordinated_characteristics; (DER) reference_document: SET [0:?] OF document_definition; category_model_parameter - category_model_parameter_armx (INV) associated_attribute: SET [1:1] OF classification_attribute FOR attribute_definition; |
Global rules for this entity data type- |
public interface ECategory_model_parameter_armx extends EModel_parameter_armx, ECategory_model_parameterassociated_attribute (inverse attribute)AClassification_attribute getAssociated_attribute(ECategory_model_parameter_armx type, ASdaiModel domain) |
public class CCategory_model_parameter_armx implements ECategory_model_parameter_armxstatic EAttribute attributeAssociated_attribute(ECategory_model_parameter_armx type) |
public class ACategory_model_parameter_armx extends AEntitypublic ECategory_model_parameter_armx getByIndex(int index)public ECategory_model_parameter_armx getCurrentMember(SdaiIterator it) |