Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY element_nodal_freedom_actions
          SUBTYPE OF (state_definition);
          element : model_or_control_element;
          nodal_action : LIST [1:?] OF element_nodal_freedom_terms;
END_ENTITY; -- element_nodal_freedom_actions

Entity data types and their attributes

state_definition
          defined_state: state;
element_nodal_freedom_actions
          element: model_or_control_element;
          nodal_action: LIST [1:?] OF element_nodal_freedom_terms;

Users

state_definition
          distribution_view_relationship.discretised_model
                    discretised_distribution_model_select
          same_discretised_distribution_model.equivalent_records
                    discretised_distribution_model_select
element_nodal_freedom_actions

Global rules for this entity data type

          -

public interface EElement_nodal_freedom_actions extends EState_definition

element (explicit attribute)

          int testElement(EElement_nodal_freedom_actions type)
          case 1
              EEntity getElement(EElement_nodal_freedom_actions type)
              void setElement(EElement_nodal_freedom_actions type, EEntity value, EEntity node1)
          void unsetElement(EElement_nodal_freedom_actions type)

nodal_action (explicit attribute)

          boolean testNodal_action(EElement_nodal_freedom_actions type)
          AElement_nodal_freedom_terms getNodal_action(EElement_nodal_freedom_actions type)
          AElement_nodal_freedom_terms createNodal_action(EElement_nodal_freedom_actions type)
          void unsetNodal_action(EElement_nodal_freedom_actions type)

public class CElement_nodal_freedom_actions implements EElement_nodal_freedom_actions

          static EAttribute attributeElement(EElement_nodal_freedom_actions type)
          static int usedinElement(EElement_nodal_freedom_actions type, EEntity instance, ASdaiModel domain, AElement_nodal_freedom_actions result)
          static EAttribute attributeNodal_action(EElement_nodal_freedom_actions type)
          static int usedinNodal_action(EElement_nodal_freedom_actions type, EElement_nodal_freedom_terms instance, ASdaiModel domain, AElement_nodal_freedom_actions result)

public class AElement_nodal_freedom_actions extends AEntity

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