|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: A T
Length: 6283 (0x188b)
Types: TextFile
Names: »ASA_MODEL«
└─⟦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⟧
class ASA_MODEL (4668792) 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);
ACTIVATION.SERVER_NAME : STRING (constant;
non_display;
default => """!Projects.Asa_Integration.Gateways'Spec_View.Units"".Asa_Integration_Server");
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 (editable;
default => "");
DATA.HOST : STRING (editable;
default => "");
DATA.NAME : STRING (editable;
default => "");
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_ID : NATURAL (non_display;
default => 0);
ASA.LAST_REQUIREMENT_ID : NATURAL (non_display;
default => 9);
ASA.NODE_NUMBER : STRING (constant;
default => "M");
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 (non_display);
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 => External;" &
"Post_Cmvc_Copy => External;" &
"Pre_Make_Controlled => External;" &
"Output => Not_Supported;" &
"Input => External;");
end ASA_MODEL