DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

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 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ A T

⟦6b9380a1f⟧ TextFile

    Length: 6202 (0x183a)
    Types: TextFile
    Names: »ASA_MODULE«

Derivation

└─⟦149519bd4⟧ Bits:30000546 8mm tape, Rational 1000, !projects 93-07-13
    └─ ⟦124ff5788⟧ »DATA« 
        └─⟦this⟧ 
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
    └─ ⟦129cab021⟧ »DATA« 
        └─⟦this⟧ 
└─⟦f64eaa120⟧ Bits:30000752 8mm tape, Rational 1000, !projects 93 02 16
    └─ ⟦6f12a12be⟧ »DATA« 
        └─⟦this⟧ 
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
    └─ ⟦129cab021⟧ »DATA« 
        └─⟦bb25a46d4⟧ 
└─⟦f64eaa120⟧ Bits:30000752 8mm tape, Rational 1000, !projects 93 02 16
    └─ ⟦6f12a12be⟧ »DATA« 
        └─⟦bb25a46d4⟧ 
└─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04
    └─ ⟦d65440be7⟧ »DATA« 
        └─⟦bb25a46d4⟧ 
            └─⟦this⟧ 
└─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04
    └─ ⟦d65440be7⟧ »DATA« 
        └─⟦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