Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY result;
          result_id : identifier;
          creating_software : text;
          description : text;
END_ENTITY; -- result

Entity data types and their attributes

result
          result_id: identifier;
          creating_software: text;
          description: text;

Users

result
          applied_approval_assignment.items
                    approval_item
                              ap209e2_analysis_approval_item
          result_analysis_step.analysis_result
          retention_assignment.items
                    retention_item

Global rules for this entity data type

          -

public interface EResult extends EEntity

result_id (explicit attribute)

          boolean testResult_id(EResult type)
          String getResult_id(EResult type)
          void setResult_id(EResult type, String value)
          void unsetResult_id(EResult type)

creating_software (explicit attribute)

          boolean testCreating_software(EResult type)
          String getCreating_software(EResult type)
          void setCreating_software(EResult type, String value)
          void unsetCreating_software(EResult type)

description (explicit attribute)

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

public class CResult implements EResult

          static EAttribute attributeResult_id(EResult type)
          static EAttribute attributeCreating_software(EResult type)
          static EAttribute attributeDescription(EResult type)

public class AResult extends AEntity

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