|
ENTITY curve_3d_element_representation SUBTYPE OF (element_representation); model_ref : fea_model_3d; element_descriptor : curve_3d_element_descriptor; property : curve_3d_element_property; material : element_material; UNIQUE ur1 : model_ref, name; WHERE wr1: SIZEOF ( QUERY ( item <* SELF \ representation . items | 'structural_response_representation_schema.' + 'parametric_curve_3d_element_coordinate_system' IN TYPEOF ( item ) ) ) + SIZEOF ( QUERY ( item <* SELF \ representation . items | 'structural_response_representation_schema.' + 'aligned_curve_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_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' ] * TYPEOF ( item2 ) ) = 1 ) ) = 1 ) ) ) >= 1 ; wr3: 'representation_schema.parametric_representation_context' IN TYPEOF ( SELF \ representation . context_of_items ) ; fu1: required_1d_nodes ( SELF \ element_representation . node_list , element_descriptor \ element_descriptor . topology_order ) ; END_ENTITY; -- curve_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; curve_3d_element_representation model_ref: fea_model_3d; element_descriptor: curve_3d_element_descriptor; property: curve_3d_element_property; material: element_material; |
Global rules for this entity data type- |
public interface ECurve_3d_element_representation extends EElement_representationmodel_ref (explicit attribute)boolean testModel_ref(ECurve_3d_element_representation type)EFea_model_3d getModel_ref(ECurve_3d_element_representation type) void setModel_ref(ECurve_3d_element_representation type, EFea_model_3d value) void unsetModel_ref(ECurve_3d_element_representation type) element_descriptor (explicit attribute)boolean testElement_descriptor(ECurve_3d_element_representation type)ECurve_3d_element_descriptor getElement_descriptor(ECurve_3d_element_representation type) void setElement_descriptor(ECurve_3d_element_representation type, ECurve_3d_element_descriptor value) void unsetElement_descriptor(ECurve_3d_element_representation type) property (explicit attribute)boolean testProperty(ECurve_3d_element_representation type)ECurve_3d_element_property getProperty(ECurve_3d_element_representation type) void setProperty(ECurve_3d_element_representation type, ECurve_3d_element_property value) void unsetProperty(ECurve_3d_element_representation type) material (explicit attribute)boolean testMaterial(ECurve_3d_element_representation type)EElement_material getMaterial(ECurve_3d_element_representation type) void setMaterial(ECurve_3d_element_representation type, EElement_material value) void unsetMaterial(ECurve_3d_element_representation type) |
public class CCurve_3d_element_representation implements ECurve_3d_element_representationstatic EAttribute attributeModel_ref(ECurve_3d_element_representation type)static int usedinModel_ref(ECurve_3d_element_representation type, EFea_model_3d instance, ASdaiModel domain, ACurve_3d_element_representation result) static EAttribute attributeElement_descriptor(ECurve_3d_element_representation type) static int usedinElement_descriptor(ECurve_3d_element_representation type, ECurve_3d_element_descriptor instance, ASdaiModel domain, ACurve_3d_element_representation result) static EAttribute attributeProperty(ECurve_3d_element_representation type) static int usedinProperty(ECurve_3d_element_representation type, ECurve_3d_element_property instance, ASdaiModel domain, ACurve_3d_element_representation result) static EAttribute attributeMaterial(ECurve_3d_element_representation type) static int usedinMaterial(ECurve_3d_element_representation type, EElement_material instance, ASdaiModel domain, ACurve_3d_element_representation result) |
public class ACurve_3d_element_representation extends AEntitypublic ECurve_3d_element_representation getByIndex(int index)public ECurve_3d_element_representation getCurrentMember(SdaiIterator it) |