home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Westmount Technology 1994
- #
- # File: @(#)iletdsecti.tcl 1.3
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)iletdsecti.tcl 1.3 21 Sep 1995 Copyright 1994 Westmount Technology
-
- # Start user added include file section
- # End user added include file section
-
- require "ildiagrams.tcl"
-
- Class IlEtdSection : {IlDiagramSection} {
- constructor
- method destructor
- method promoter
- }
-
- constructor IlEtdSection {class this name document} {
- set this [IlDiagramSection::constructor $class $this $name $document]
- # Start constructor user section
- # End constructor user section
- return $this
- }
-
- method IlEtdSection::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this IlDiagramSection::destructor
- }
-
- method IlEtdSection::promoter {this document} {
- $this IlDiagramSection::promoter $document
-
- $this uiType DFD
- }
-
- # Do not delete this line -- regeneration end marker
-
-