Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


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 attributes

element_nodal_freedom_terms
          coordinate_system: fea_axis2_placement_3d;
          degrees_of_freedom: freedoms_list;
          values: LIST [1:?] OF measure_or_unspecified_value;

Users: by entity attributes

element_nodal_freedom_terms
          element_nodal_freedom_actions.nodal_action

Users: by defined types, not used by any entity attribute

element_nodal_freedom_terms
          -

Global rules for this entity data type

          -

public interface EElement_nodal_freedom_terms extends EEntity

coordinate_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_terms

          static 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 AEntity

          public EElement_nodal_freedom_terms getByIndex(int index)
          public EElement_nodal_freedom_terms getCurrentMember(SdaiIterator it)