|
ENTITY fea_material_property_representation SUBTYPE OF (material_property_representation); WHERE wr1: SIZEOF ( QUERY ( item <* SELF \ property_definition_representation . used_representation . items | SIZEOF ( [ 'structural_response_representation_schema.' + 'fea_linear_elasticity' , 'structural_response_representation_schema.' + 'fea_mass_density' , 'structural_response_representation_schema.' + 'fea_area_density' , 'structural_response_representation_schema.' + 'fea_tangential_coefficient_of_linear_thermal_expansion' , 'structural_response_representation_schema.' + 'fea_secant_coefficient_of_linear_thermal_expansion' , 'structural_response_representation_schema.' + 'fea_moisture_absorption' , 'structural_response_representation_schema.' + 'fea_shell_membrane_stiffness' , 'structural_response_representation_schema.' + 'fea_shell_bending_stiffness' , 'structural_response_representation_schema.' + 'fea_shell_membrane_bending_coupling_stiffness' , 'structural_response_representation_schema.' + 'fea_shell_shear_stiffness' ] * TYPEOF ( item ) ) = 1 ) ) = 1 ; wr2: 'material_property_definition_schema.material_property' IN TYPEOF ( SELF \ property_definition_representation . definition ) ; END_ENTITY; -- fea_material_property_representation |
Entity data types and their attributesproperty_definition_representationdefinition: represented_definition; used_representation: representation; (DER) description: text; (DER) name: label; material_property_representation dependent_environment: data_environment; fea_material_property_representation - |
Global rules for this entity data type- |
public interface EFea_material_property_representation extends EMaterial_property_representation |
public class CFea_material_property_representation implements EFea_material_property_representation |
public class AFea_material_property_representation extends AEntitypublic EFea_material_property_representation getByIndex(int index)public EFea_material_property_representation getCurrentMember(SdaiIterator it) |