Informační tok Funkční structura Datová struktura ER model Modulová struktura Typová struktura Relační model Dokumentace


[Celkový datový model] [Funkce] [Externí rohraní] [Stavové diagramy] [Datové elementy] [Entity] [Relace]
[Databáze] [Události] [Materiály] [Generovací funkce] [Vyhodnocovací funkce] [Konfigurace] [Uživatelé] [Projekt] [Home]



Vyhodnocovací funkce
List_all_Functions_with_References
(Reference Lists)


Vytvořeno: 04-18-1996 17:12:29
Poslední změna: 12-09-2002 09:15:51

Outputs a list of all System Analysis functions defined in the system together with all elements each function is referenced by.

Modul

Module: Reference Lists

Zdrojový kód:

PROCEDURE List_all_Functions_with_References()
BEGIN
/*
   list functions with referencing information
*/

  PRINT {BOLD,"ARIAL",12} "Seznam funkcí s referencemi",NL(2);
  FOREACH Function ORDER BY Name DO
    CALL Function_with_References(Function.Name);
  END
  PRINT NL;

END


Generováno: 16.10.2003 7:41 Systém: C:\Documents and Settings\hajsman\Dokumenty\Vyuka\Irs2\Projekt case40\Projekt03.csf Generováno systémem case/4/0
Vygeneroval: Administrator Soubor: C:\Documents and Settings\hajsman\Dokumenty\Vyuka\Irs2\Projekt case40\html\13533.htm (C) microTOOL GmbH 2002