http://www.adaconcept.com/programs/ontozorendszeres_szimulacio/szimulacio-ontozorendszer-megjelenito-muveletek.ads
with Szimulacio.Ontozorendszer.Elemek;

package Szimulacio.Ontozorendszer.Megjelenito.Muveletek is

  Regisztralhato_Megjelenitok_Maximalis_Szama : constant := 5;            -- ha atirtal valamit, erre biztosan szet kell majd nezned :)

  procedure Regisztral(Nev : String;
                       Megjelenitheto : Szimulacio.Ontozorendszer.Elemek.Megjelenitheto_Absztrakt_Mutato_Tipus);

  function Stringbe_Masol(Mit : String) return String;

  procedure Megjelenit;

end Szimulacio.Ontozorendszer.Megjelenito.Muveletek;