|
|
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: B T
Length: 1275 (0x4fb)
Types: TextFile
Names: »B«
└─⟦f64eaa120⟧ Bits:30000752 8mm tape, Rational 1000, !projects 93 02 16
└─⟦6f12a12be⟧ »DATA«
└─⟦this⟧
with Context;
with Engine_Lex_Mea;
with Instance;
with Bench_Actions, Bench_Conditions, Bench_Facts;
use Bench_Actions, Bench_Conditions;
procedure Bench_Lex is
Result : Boolean;
package Search_Bench is
new Engine_Lex_Mea (Context_Name => "BENCH",
Resolution => Context.Lex,
Used_Rules => 4,
Name_1 => "Creation des objets",
Condition_1 => Creation_Objets_Condition,
Action_1 => Creation_Objets_Action,
Name_2 => "Fin de creation",
Condition_2 => Fin_Creation_Condition,
Action_2 => Fin_Creation_Action,
Name_3 => "Recherche d'un objet",
Condition_3 => Recherche_Objet_Condition,
Action_3 => Recherche_Objet_Action,
Name_4 => "Iteration",
Condition_4 => Iteration_Condition,
Action_4 => Iteration_Action);
begin
Bench_Facts.Create;
Result := Search_Bench.Inference (Instance.Any);
Bench_Facts.Delete;
end Bench_Lex;