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_Elements
(Information Flow)


Vytvořeno: 12-11-1995 11:37:31
Poslední změna: 12-04-2002 11:00:13

Outputs a list of all elements shown in the specified information flow.

Modul

Module: Information Flow

Zdrojový kód:

PROCEDURE List_Elements FOR INFORMATIONFLOW
BEGIN
/*
   Generates a list of all the elements in an informationflow
*/

  CALL List_Functions FOR Informationflow;
  CALL List_ExtInterfaces FOR Informationflow;
  CALL List_DataStructures FOR Informationflow;
  CALL List_Events FOR Informationflow;
  CALL List_Materials FOR Informationflow;
  CALL List_EntityTypes FOR Informationflow;
  CALL List_Ports FOR Informationflow;

  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\31962.htm (C) microTOOL GmbH 2002