|
ENTITY volume_3d_element_representation SUBTYPE OF (element_representation); model_ref : fea_model_3d; element_descriptor : volume_3d_element_descriptor; material : element_material; UNIQUE ur1 : model_ref, name; WHERE wr1: SIZEOF ( QUERY ( item <* SELF \ representation . items | 'structural_response_representation_schema.' + 'parametric_volume_3d_element_coordinate_system' IN TYPEOF ( item ) ) ) + SIZEOF ( QUERY ( item <* SELF \ representation . items | 'structural_response_representation_schema.' + 'arbitrary_volume_3d_element_coordinate_system' IN TYPEOF ( item ) ) ) = 1 ; wr2: SIZEOF ( QUERY ( item1 <* material . properties | ( SIZEOF ( QUERY ( item2 <* item1 \ 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_tangential_coefficient_of_linear_thermal_expansion' , 'structural_response_representation_schema.' + 'fea_secant_coefficient_of_linear_thermal_expansion' , 'structural_response_representation_schema.' + 'fea_moisture_absorption' ] * TYPEOF ( item2 ) ) = 1 ) ) = 1 ) ) ) >= 1 ; wr3: 'representation_schema.parametric_representation_context' IN TYPEOF ( SELF \ representation . context_of_items ) ; fu1: required_3d_nodes ( SELF \ element_representation . node_list , element_descriptor . shape , element_descriptor \ element_descriptor . topology_order ) ; END_ENTITY; -- volume_3d_element_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; element_representation node_list: LIST [1:?] OF node_representation; volume_3d_element_representation model_ref: fea_model_3d; element_descriptor: volume_3d_element_descriptor; material: element_material; |
Global rules for this entity data type- |
public interface EVolume_3d_element_representation extends EElement_representationmodel_ref (explicit attribute)boolean testModel_ref(EVolume_3d_element_representation type)EFea_model_3d getModel_ref(EVolume_3d_element_representation type) void setModel_ref(EVolume_3d_element_representation type, EFea_model_3d value) void unsetModel_ref(EVolume_3d_element_representation type) element_descriptor (explicit attribute)boolean testElement_descriptor(EVolume_3d_element_representation type)EVolume_3d_element_descriptor getElement_descriptor(EVolume_3d_element_representation type) void setElement_descriptor(EVolume_3d_element_representation type, EVolume_3d_element_descriptor value) void unsetElement_descriptor(EVolume_3d_element_representation type) material (explicit attribute)boolean testMaterial(EVolume_3d_element_representation type)EElement_material getMaterial(EVolume_3d_element_representation type) void setMaterial(EVolume_3d_element_representation type, EElement_material value) void unsetMaterial(EVolume_3d_element_representation type) |
public class CVolume_3d_element_representation implements EVolume_3d_element_representationstatic EAttribute attributeModel_ref(EVolume_3d_element_representation type)static int usedinModel_ref(EVolume_3d_element_representation type, EFea_model_3d instance, ASdaiModel domain, AVolume_3d_element_representation result) static EAttribute attributeElement_descriptor(EVolume_3d_element_representation type) static int usedinElement_descriptor(EVolume_3d_element_representation type, EVolume_3d_element_descriptor instance, ASdaiModel domain, AVolume_3d_element_representation result) static EAttribute attributeMaterial(EVolume_3d_element_representation type) static int usedinMaterial(EVolume_3d_element_representation type, EElement_material instance, ASdaiModel domain, AVolume_3d_element_representation result) |
public class AVolume_3d_element_representation extends AEntitypublic EVolume_3d_element_representation getByIndex(int index)public EVolume_3d_element_representation getCurrentMember(SdaiIterator it) |