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_Functions_with_References
(Function Structure)


Vytvořeno: 12-11-1995 11:23:52
Poslední změna: 12-04-2002 10:26:52

Outputs a list of all functions shown in the specified function structure indicating for each function all elements in the system referencing the function.

Modul

Module: Function Structure

Zdrojový kód:

PROCEDURE List_Functions_with_References FOR FUNCTIONSTRUCTURE
BEGIN
/*
   list functions with referencing information
*/

  PRINT {BOLD,"ARIAL",12} "Funkční struktura ";
  PRINT {BOLD,"ARIAL",ITALIC,12} CONV$(Boxname),NL(2);
  PRINT {"ARIAL",10} "Seznam funkcí s referencemi:",NL(2);
  FOREACH Func WHERE Fsd=Name ORDER BY Function DO
    FOR Function WHERE Function=Name DO
      CALL Function_with_References(Function.Name);
    END
  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\19611.htm (C) microTOOL GmbH 2002