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

⟦5e2250ebb⟧ Ada Source

    Length: 4096 (0x1000)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Method, seg_054d63

Derivation

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

E3 Source Code



with Parametre;

use Parametre;  
with S_Generic_List;
with Liste_Parametre;
with Parametre_Defs;

package Method is  
    package Sub_List is new S_Generic_List
                               (Element => Parametre_Defs.Identificator);
    package Filt_List is new S_Generic_List
                                (Element => Parametre_Defs.Identificator);
    type Object is private;
    function Equal (Left : Parametre.Variable_String; Right : Object)
                   return Boolean;
    function Image (O : Object) return String;
    function Get_Method_Name (O : Object) return Variable_String;
    function Get_In_Parameter_Number (O : Object) return Natural;
    function Get_In_Parameter (O : Object) return Variable_String;
    function Get_Out_Parameter_Number (O : Object) return Natural;
    function Get_Out_Parameter (O : Object) return Variable_String;
    function Get_Subscripted_Object (O : Object) return Variable_String;
    function Get_Filtration_Object (O : Object) return Variable_String;
    procedure Init (O : out Object;
                    Name : Variable_String;  
                    In_Parameters : Liste_Parametre.List;  
                    Out_Parameters : Liste_Parametre.List);
    procedure Add_Subscripted_Object
                 (O : in out Object; The_Object : Parametre_Defs.Identificator);
    procedure Remove_Subscripted_Object
                 (O : in out Object; The_Object : Parametre_Defs.Identificator);
    function Is_Subscripted
                (O : in Object; Method : Parametre_Defs.Identificator)
                return Boolean;
    function Is_Filtration
                (O : in Object; Method : Parametre_Defs.Identificator)
                return Boolean;  
    procedure Add_Filtration_Object (O : in out Object;
                                     The_Object : Parametre_Defs.Identificator);
    procedure Remove_Filtration_Object
                 (O : in out Object; The_Object : Parametre_Defs.Identificator);
    procedure Free (O : in out Object);

private
    type Object is
        record
            Name : Variable_String;  
            In_Parameters : Liste_Parametre.List;  
            Out_Parameters : Liste_Parametre.List;
            Subscripted_Object : Sub_List.S_List;
            Filtration_Object : Filt_List.S_List;
        end record;  
end Method;

E3 Meta Data

    nblk1=3
    nid=0
    hdr6=6
        [0x00] rec0=18 rec1=00 rec2=01 rec3=038
        [0x01] rec0=12 rec1=00 rec2=02 rec3=072
        [0x02] rec0=0d rec1=00 rec2=03 rec3=000
    tail 0x2175d842c87b884d9e026 0x42a00088462060003