Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY element_sequence;
          order_id : identifier;
          control_ref : control;
          purpose : text;
          elements : LIST [1:?] OF model_or_control_element;
UNIQUE
          ur1 : order_id, control_ref;
END_ENTITY; -- element_sequence

Entity data types and their attributes

element_sequence
          order_id: identifier;
          control_ref: control;
          purpose: text;
          elements: LIST [1:?] OF model_or_control_element;

Users

element_sequence

Global rules for this entity data type

          -

public interface EElement_sequence extends EEntity

order_id (explicit attribute)

          boolean testOrder_id(EElement_sequence type)
          String getOrder_id(EElement_sequence type)
          void setOrder_id(EElement_sequence type, String value)
          void unsetOrder_id(EElement_sequence type)

control_ref (explicit attribute)

          boolean testControl_ref(EElement_sequence type)
          EControl getControl_ref(EElement_sequence type)
          void setControl_ref(EElement_sequence type, EControl value)
          void unsetControl_ref(EElement_sequence type)

purpose (explicit attribute)

          boolean testPurpose(EElement_sequence type)
          String getPurpose(EElement_sequence type)
          void setPurpose(EElement_sequence type, String value)
          void unsetPurpose(EElement_sequence type)

elements (explicit attribute)

          boolean testElements(EElement_sequence type)
          AModel_or_control_element getElements(EElement_sequence type)
          AModel_or_control_element createElements(EElement_sequence type)
          void unsetElements(EElement_sequence type)

public class CElement_sequence implements EElement_sequence

          static EAttribute attributeOrder_id(EElement_sequence type)
          static EAttribute attributeControl_ref(EElement_sequence type)
          static int usedinControl_ref(EElement_sequence type, EControl instance, ASdaiModel domain, AElement_sequence result)
          static EAttribute attributePurpose(EElement_sequence type)
          static EAttribute attributeElements(EElement_sequence type)
          static int usedinElements(EElement_sequence type, EEntity instance, ASdaiModel domain, AElement_sequence result)

public class AElement_sequence extends AEntity

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