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