Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY control_process
          SUPERTYPE OF (ONEOF (control_linear_static_load_increment_process, control_linear_modes_and_frequencies_process));
          process_id : identifier;
          description : text;
END_ENTITY; -- control_process

Entity data types and their attributes

control_process
          process_id: identifier;
          description: text;

Known subtypes

          control_linear_modes_and_frequencies_process (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          control_linear_static_load_increment_process (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)

Users

control_process

Global rules for this entity data type

          -

public interface EControl_process extends EEntity

process_id (explicit attribute)

          boolean testProcess_id(EControl_process type)
          String getProcess_id(EControl_process type)
          void setProcess_id(EControl_process type, String value)
          void unsetProcess_id(EControl_process type)

description (explicit attribute)

          boolean testDescription(EControl_process type)
          String getDescription(EControl_process type)
          void setDescription(EControl_process type, String value)
          void unsetDescription(EControl_process type)

public class CControl_process implements EControl_process

          static EAttribute attributeProcess_id(EControl_process type)
          static EAttribute attributeDescription(EControl_process type)

public class AControl_process extends AEntity

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