Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY nodal_freedom_and_value_definition
          SUPERTYPE OF (ONEOF (nodal_freedom_values, nodal_freedom_action_definition))
          SUBTYPE OF (state_definition);
          node : node_output_reference;
          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; -- nodal_freedom_and_value_definition

Entity data types and their attributes

state_definition
          defined_state: state;
nodal_freedom_and_value_definition
          node: node_output_reference;
          coordinate_system: fea_axis2_placement_3d;
          degrees_of_freedom: freedoms_list;
          values: LIST [1:?] OF measure_or_unspecified_value;

Known subtypes

          nodal_freedom_action_definition (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          nodal_freedom_values (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)

Users

state_definition
          distribution_view_relationship.discretised_model
                    discretised_distribution_model_select
          same_discretised_distribution_model.equivalent_records
                    discretised_distribution_model_select
nodal_freedom_and_value_definition

Global rules for this entity data type

          -

public interface ENodal_freedom_and_value_definition extends EState_definition

node (explicit attribute)

          int testNode(ENodal_freedom_and_value_definition type)
          case 1
              EEntity getNode(ENodal_freedom_and_value_definition type)
              void setNode(ENodal_freedom_and_value_definition type, EEntity value, EEntity node1)
          void unsetNode(ENodal_freedom_and_value_definition type)

coordinate_system (explicit attribute)

          boolean testCoordinate_system(ENodal_freedom_and_value_definition type)
          EFea_axis2_placement_3d getCoordinate_system(ENodal_freedom_and_value_definition type)
          void setCoordinate_system(ENodal_freedom_and_value_definition type, EFea_axis2_placement_3d value)
          void unsetCoordinate_system(ENodal_freedom_and_value_definition type)

degrees_of_freedom (explicit attribute)

          boolean testDegrees_of_freedom(ENodal_freedom_and_value_definition type)
          EFreedoms_list getDegrees_of_freedom(ENodal_freedom_and_value_definition type)
          void setDegrees_of_freedom(ENodal_freedom_and_value_definition type, EFreedoms_list value)
          void unsetDegrees_of_freedom(ENodal_freedom_and_value_definition type)

values (explicit attribute)

          boolean testValues(ENodal_freedom_and_value_definition type)
          AMeasure_or_unspecified_value getValues(ENodal_freedom_and_value_definition type)
          AMeasure_or_unspecified_value createValues(ENodal_freedom_and_value_definition type)
          void unsetValues(ENodal_freedom_and_value_definition type)

public class CNodal_freedom_and_value_definition implements ENodal_freedom_and_value_definition

          static EAttribute attributeNode(ENodal_freedom_and_value_definition type)
          static int usedinNode(ENodal_freedom_and_value_definition type, EEntity instance, ASdaiModel domain, ANodal_freedom_and_value_definition result)
          static EAttribute attributeCoordinate_system(ENodal_freedom_and_value_definition type)
          static int usedinCoordinate_system(ENodal_freedom_and_value_definition type, EFea_axis2_placement_3d instance, ASdaiModel domain, ANodal_freedom_and_value_definition result)
          static EAttribute attributeDegrees_of_freedom(ENodal_freedom_and_value_definition type)
          static int usedinDegrees_of_freedom(ENodal_freedom_and_value_definition type, EFreedoms_list instance, ASdaiModel domain, ANodal_freedom_and_value_definition result)
          static EAttribute attributeValues(ENodal_freedom_and_value_definition type)
          static int usedinValues(ENodal_freedom_and_value_definition type, EEntity instance, ASdaiModel domain, ANodal_freedom_and_value_definition result)

public class ANodal_freedom_and_value_definition extends AEntity

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