Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY point_freedom_action_definition
          SUBTYPE OF (point_freedom_and_value_definition);
          action : action_type;
END_ENTITY; -- point_freedom_action_definition

Entity data types and their attributes

state_definition
          defined_state: state;
point_freedom_and_value_definition
          required_point: analysis_item_within_representation;
          coordinate_system: fea_axis2_placement_3d;
          degrees_of_freedom: freedoms_list;
          values: LIST [1:?] OF measure_or_unspecified_value;
point_freedom_action_definition
          action: action_type;

Users

state_definition
          distribution_view_relationship.discretised_model
                    discretised_distribution_model_select
          same_discretised_distribution_model.equivalent_records
                    discretised_distribution_model_select
point_freedom_and_value_definition
point_freedom_action_definition

Global rules for this entity data type

          -

public interface EPoint_freedom_action_definition extends EPoint_freedom_and_value_definition

action (explicit attribute)

          boolean testAction(EPoint_freedom_action_definition type)
          int getAction(EPoint_freedom_action_definition type)
          void setAction(EPoint_freedom_action_definition type, int value)
          void unsetAction(EPoint_freedom_action_definition type)

public class CPoint_freedom_action_definition implements EPoint_freedom_action_definition

          static EAttribute attributeAction(EPoint_freedom_action_definition type)

public class APoint_freedom_action_definition extends AEntity

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