ENTITY element_nodal_freedom_terms; coordinate_system : fea_axis2_placement_3d; degrees_of_freedom : freedoms_list; values : LIST [1:?] OF measure_or_unspecified_value; WHERE wr1: SIZEOF(degrees_of_freedom.freedoms) = SIZEOF (values); END_ENTITY; -- element_nodal_freedom_terms |
Entity data types and their attributeselement_nodal_freedom_termscoordinate_system: fea_axis2_placement_3d; degrees_of_freedom: freedoms_list; values: LIST [1:?] OF measure_or_unspecified_value; |
Users: by entity attributeselement_nodal_freedom_termselement_nodal_freedom_actions.nodal_action Users: by defined types, not used by any entity attributeelement_nodal_freedom_terms- |
Global rules for this entity data type- |
public interface EElement_nodal_freedom_terms extends EEntitycoordinate_system (explicit attribute)boolean testCoordinate_system(EElement_nodal_freedom_terms type)EFea_axis2_placement_3d getCoordinate_system(EElement_nodal_freedom_terms type) void setCoordinate_system(EElement_nodal_freedom_terms type, EFea_axis2_placement_3d value) void unsetCoordinate_system(EElement_nodal_freedom_terms type) degrees_of_freedom (explicit attribute)boolean testDegrees_of_freedom(EElement_nodal_freedom_terms type)EFreedoms_list getDegrees_of_freedom(EElement_nodal_freedom_terms type) void setDegrees_of_freedom(EElement_nodal_freedom_terms type, EFreedoms_list value) void unsetDegrees_of_freedom(EElement_nodal_freedom_terms type) values (explicit attribute)boolean testValues(EElement_nodal_freedom_terms type)AMeasure_or_unspecified_value getValues(EElement_nodal_freedom_terms type) AMeasure_or_unspecified_value createValues(EElement_nodal_freedom_terms type) void unsetValues(EElement_nodal_freedom_terms type) |
public class CElement_nodal_freedom_terms implements EElement_nodal_freedom_termsstatic EAttribute attributeCoordinate_system(EElement_nodal_freedom_terms type)static int usedinCoordinate_system(EElement_nodal_freedom_terms type, EFea_axis2_placement_3d instance, ASdaiModel domain, AElement_nodal_freedom_terms result) static EAttribute attributeDegrees_of_freedom(EElement_nodal_freedom_terms type) static int usedinDegrees_of_freedom(EElement_nodal_freedom_terms type, EFreedoms_list instance, ASdaiModel domain, AElement_nodal_freedom_terms result) static EAttribute attributeValues(EElement_nodal_freedom_terms type) static int usedinValues(EElement_nodal_freedom_terms type, EEntity instance, ASdaiModel domain, AElement_nodal_freedom_terms result) |
public class AElement_nodal_freedom_terms extends AEntitypublic EElement_nodal_freedom_terms getByIndex(int index)public EElement_nodal_freedom_terms getCurrentMember(SdaiIterator it) |