DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦d6531ca3e⟧ TextFile

    Length: 6201 (0x1839)
    Types: TextFile
    Notes: R1k Text-file segment

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦5a81ac88f⟧ »Space Info Vol 1« 
        └─⟦09364d63e⟧ 
            └─⟦this⟧ 

TextFile

class ASA_MODULE (4668791) is

    type EDIT_ACTION (1) is (WS_ONLY,
                             WS_ELSE_LOCAL,
                             WS_ELSE_MESSAGE,
                             LOCAL,
                             MESSAGE_ONLY);
    
    PARENT_NAME : STRING (editable);
    CONNECTED   : BOOLEAN (editable;
                           default => TRUE);

    CREATE.DIRECTORY_SUBCLASS : STRING (constant;
                                        non_display;
                                        default => "Diagram");
    CREATE.INITIAL_SUBOBJECTS : STRING (constant;
                                        non_display; 
                                        default => "");

    EDIT.BANNER          : STRING (constant;
                                   non_display;
                                   default => "Text");
    EDIT.HEADER          : STRING (constant;
                                   non_display;
                                   default => "");
    EDIT.OBJECT          : STRING (constant;
                                   non_display;
                                   default => "Null");
    EDIT.WS_MESSAGE_TEXT : STRING (constant;
                                   non_display;
                                   default => "");
    EDIT.MESSAGE_TEXT    : STRING (constant;
                                   non_display;
                                   default => "");
    EDIT.DISPLAY_ACTION  : EDIT_ACTION (non_display;
                                        default => WS_ONLY);
        
    DATA.CONTEXT    : STRING (constant;
                              non_display;
                              default => "<PARENT>");
    DATA.HOST       : STRING (constant;
                              non_display;
                              default => "<PARENT>");
    DATA.NAME       : STRING (constant;
                              non_display;
                              default => "<PARENT>");

    ASA.COMMENT             : STRING (default => "");
    ASA.DEPENDENTS_1        : STRING (non_display;
                                      default => "");   
    ASA.DEPENDENTS_2        : STRING (non_display;
                                      default => "");   
    ASA.DEPENDENTS_3        : STRING (non_display;
                                      default => "");   
    ASA.DEPENDENTS_4        : STRING (non_display;
                                      default => "");   
    ASA.DEPENDENTS_5        : STRING (non_display;
                                      default => "");   
    ASA.DEPENDENTS_6        : STRING (non_display;
                                      default => "");   
    ASA.DEPENDENTS_7        : STRING (non_display;
                                      default => "");   
    ASA.DEPENDENTS_8        : STRING (non_display;
                                      default => "");   
    ASA.DEPENDENTS_9        : STRING (non_display;
                                      default => "");   
    ASA.ID                  : NATURAL (default => 1);
    ASA.LAST_REQUIREMENT_ID : NATURAL (non_display;
                                       default => 9);
    ASA.NODE_NUMBER         : STRING (editable;
                                      default => "");
    ASA.REQUIREMENT_1       : STRING (editable;
                                      default => "");
    ASA.REQUIREMENT_2       : STRING (editable;
                                      default => "");
    ASA.REQUIREMENT_3       : STRING (editable;
                                      default => "");
    ASA.REQUIREMENT_4       : STRING (editable;
                                      default => "");
    ASA.REQUIREMENT_5       : STRING (editable;
                                      default => "");
    ASA.REQUIREMENT_6       : STRING (editable;
                                      default => "");
    ASA.REQUIREMENT_7       : STRING (editable;
                                      default => "");
    ASA.REQUIREMENT_8       : STRING (editable;
                                      default => "");
    ASA.REQUIREMENT_9       : STRING (editable;
                                      default => "");
    ASA.UPDATE_TIME         : DATE (constant;
                                    non_display;
                                    default => "<PARENT>");

    IO.FORM_MAP  : STRING (constant;
                           non_display;
                           default => "others => raise USE_ERROR;");

    DISPATCH.MAP : STRING (non_display;
                           constant;
                           default =>
                              "Image_Name => External;" &
                              "Build_Image => External;" &
                              "Post_Commit => Not_Supported;" &
                              "Semanticize => Not_Supported;" &
                              "Complete => Not_Supported;" &
                              "Edit => Not_Supported;" &
                              "Definition => Default;" &
                              "Enclosing => Not_Supported;" &
                              "Elide => Not_Supported;" &
                              "Expand => Not_Supported;" &
                              "Undo => Not_Supported;" &
                              "Redo => Not_Supported;" &
                              "Promote => Not_Supported;" &
                              "Demote => Not_Supported;" &
                              "Format => Not_Supported;" &
                              "Revert => Not_Supported;" &
                              "Sort_Image => Not_Supported;" &
                              "Delete => External;" &
                              "Pre_Check_In => External;" &
                              "Post_Check_In => Default;" &
                              "Pre_Check_Out => Default;" &
                              "Post_Check_Out => Default;" &
                              "Pre_Cmvc_Copy => Default;" &
                              "Post_Cmvc_Copy => Default;" &
                              "Pre_Make_Controlled => External;" &
                              "Output => Not_Supported;" &
                              "Input => External;");

end ASA_MODULE