ENTITY stratum_feature_usage SUBTYPE OF (geometric_item_specific_usage); SELF\geometric_item_specific_usage.definition : stratum_feature_armx; SELF\geometric_item_specific_usage.identified_item : limd_sf_shape_select; SELF\geometric_item_specific_usage.used_representation : limd_stratum_shape_model_select; WHERE wr1: SELF\geometric_item_specific_usage.name = ''; wr2: NOT EXISTS(SELF\geometric_item_specific_usage.description); END_ENTITY; -- stratum_feature_usage |
Entity data types and their attributesitem_identified_representation_usagename: label; (OPT) description: text; definition: item_identified_representation_usage_definition; used_representation: representation; identified_item: representation_item; geometric_item_specific_usage (RT) definition: geometric_item_specific_usage_select; (RT) used_representation: shape_model; (RT) identified_item: geometric_representation_item; stratum_feature_usage (RT) definition: stratum_feature_armx; (RT) identified_item: limd_sf_shape_select; (RT) used_representation: limd_stratum_shape_model_select; |
Global rules for this entity data type- |
public interface EStratum_feature_usage extends EGeometric_item_specific_usage |
public class CStratum_feature_usage implements EStratum_feature_usage |
public class AStratum_feature_usage extends AEntitypublic EStratum_feature_usage getByIndex(int index)public EStratum_feature_usage getCurrentMember(SdaiIterator it) |