Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY constraint_element
          SUPERTYPE OF (ONEOF (single_point_constraint_element, linear_constraint_equation_element, nodal_dof_reduction, point_constraint, curve_constraint, surface_constraint, solid_constraint));
          element_id : identifier;
          steps : SET [1:?] OF control_analysis_step;
END_ENTITY; -- constraint_element

Entity data types and their attributes

constraint_element
          element_id: identifier;
          steps: SET [1:?] OF control_analysis_step;

Known subtypes

          curve_constraint (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          linear_constraint_equation_element (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          nodal_dof_reduction (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          point_constraint (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          single_point_constraint_element (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          solid_constraint (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          surface_constraint (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)

Users

constraint_element
          element_nodal_freedom_actions.element
                    model_or_control_element
          element_sequence.elements
                    model_or_control_element

Global rules for this entity data type

          -

public interface EConstraint_element extends EEntity

element_id (explicit attribute)

          boolean testElement_id(EConstraint_element type)
          String getElement_id(EConstraint_element type)
          void setElement_id(EConstraint_element type, String value)
          void unsetElement_id(EConstraint_element type)

steps (explicit attribute)

          boolean testSteps(EConstraint_element type)
          AControl_analysis_step getSteps(EConstraint_element type)
          AControl_analysis_step createSteps(EConstraint_element type)
          void unsetSteps(EConstraint_element type)

public class CConstraint_element implements EConstraint_element

          static EAttribute attributeElement_id(EConstraint_element type)
          static EAttribute attributeSteps(EConstraint_element type)
          static int usedinSteps(EConstraint_element type, EControl_analysis_step instance, ASdaiModel domain, AConstraint_element result)

public class AConstraint_element extends AEntity

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