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

⟦886159012⟧ Ada Source

    Length: 5120 (0x1400)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Condition, seg_045e1b

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 Attribute, Objet, Expression;
package Condition is

    type Node_Kind is (Et, Ou, Single_Attribute, Hero, Place,
                       Actions, Meet, Belong, Attribute_Exist,
                       Exits_Exist, Subject_Exist, Unknown);

    package Visible is
        subtype Operator is Node_Kind range Et .. Ou;
        type Compare_Kind is (Equal, Not_Equal, Less, Greater,
                              Greater_Equal, Less_Equal);
        type Binary_Kind is (Yes, No);
    end Visible;

    use Visible;

    type Object is private;

    procedure Create (Item : out Object;
                      Kind : in Operator;
                      Left, Right : in Object);
    procedure Create_Compare (Item : out Object;
                              An_Attribute : in Attribute.Object;
                              Symbol : in Compare_Kind;
                              An_Expression : in Expression.Object;
                              Ok : out Boolean);
    procedure Create_Hero (Item : out Object; A_Hero : in Positive);
    procedure Create_Place (Item : out Object; A_Place : in Positive);
    procedure Create_Actions (Item : out Object; Number : in Positive);
    procedure Create_Meet (Item : out Object; Animate : in Positive);
    procedure Create_Belong (Item : out Object;
                             Complement : Positive;
                             An_Objet : in Objet.Object;
                             Binary : in Binary_Kind);
    procedure Create_Attribute_Exist (Item : out Object;
                                      An_Attribute : in Attribute.Object;
                                      Binary : in Binary_Kind);
    procedure Create_Exits_Exist (Item : out Object;
                                  An_Objet : in Objet.Object;
                                  Binary : in Binary_Kind);
    procedure Create_Subject_Exist (Item : out Object;
                                    Subject : in Positive;
                                    Binary : in Binary_Kind);
    procedure Show (Item : in Object);
    function Is_Right (Item : in Object) return Boolean;

    Null_Object : constant Object;

private

    type Node (Kind : Node_Kind := Unknown);

    type Object is access Node;

    Null_Object : constant Object := null; --(kind=>unknown);

end Condition;

E3 Meta Data

    nblk1=4
    nid=0
    hdr6=8
        [0x00] rec0=1b rec1=00 rec2=01 rec3=060
        [0x01] rec0=01 rec1=00 rec2=04 rec3=088
        [0x02] rec0=11 rec1=00 rec2=02 rec3=01c
        [0x03] rec0=0e rec1=00 rec2=03 rec3=000
    tail 0x21747f966864c8960f1ca 0x42a00088462060003