Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY freedom_and_coefficient;
          freedom : degree_of_freedom;
          a : measure_or_unspecified_value;
END_ENTITY; -- freedom_and_coefficient

Entity data types and their attributes

freedom_and_coefficient
          freedom: degree_of_freedom;
          a: measure_or_unspecified_value;

Users

freedom_and_coefficient
          curve_constraint.freedoms_and_coefficients
          linear_constraint_equation_nodal_term.freedom_and_coefficient_term
          point_constraint.freedoms_and_coefficients
          single_point_constraint_element.freedoms_and_values
          solid_constraint.freedoms_and_coefficients
          surface_constraint.freedoms_and_coefficients

Global rules for this entity data type

          -

public interface EFreedom_and_coefficient extends EEntity

freedom (explicit attribute)

          int testFreedom(EFreedom_and_coefficient type)
          case sFreedomEnumerated_degree_of_freedom:
              int getFreedom(EFreedom_and_coefficient type, EEnumerated_degree_of_freedom node1)
              void setFreedom(EFreedom_and_coefficient type, int value, EEnumerated_degree_of_freedom node1)
          case sFreedomApplication_defined_degree_of_freedom:
              String getFreedom(EFreedom_and_coefficient type, EApplication_defined_degree_of_freedom node1)
              void setFreedom(EFreedom_and_coefficient type, String value, EApplication_defined_degree_of_freedom node1)
          void unsetFreedom(EFreedom_and_coefficient type)

a (explicit attribute)

          int testA(EFreedom_and_coefficient type)
          case sAContext_dependent_measure:
              double getA(EFreedom_and_coefficient type, EContext_dependent_measure node1)
              void setA(EFreedom_and_coefficient type, double value, EContext_dependent_measure node1)
          case sAUnspecified_value:
              int getA(EFreedom_and_coefficient type, EUnspecified_value node1)
              void setA(EFreedom_and_coefficient type, int value, EUnspecified_value node1)
          void unsetA(EFreedom_and_coefficient type)

public class CFreedom_and_coefficient implements EFreedom_and_coefficient

          static EAttribute attributeFreedom(EFreedom_and_coefficient type)
          static int usedinFreedom(EFreedom_and_coefficient type, EEntity instance, ASdaiModel domain, AFreedom_and_coefficient result)
          static EAttribute attributeA(EFreedom_and_coefficient type)
          static int usedinA(EFreedom_and_coefficient type, EEntity instance, ASdaiModel domain, AFreedom_and_coefficient result)

public class AFreedom_and_coefficient extends AEntity

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