home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1997 November
/
PCWorld_1997-11_cd.bin
/
software
/
programy
/
komix
/
DATA.Z
/
htmldfdsecti.tcl
< prev
next >
Wrap
Text File
|
1996-12-05
|
1KB
|
41 lines
#---------------------------------------------------------------------
#
# (c) Cayenne Software, Inc. 1996
#
# File: htmldfdsecti.tcl
# Description: see Document Generation Guide
#---------------------------------------------------------------------
set user_dir /user/papr/icase
# Change this variable setting
my_require "$user_dir/htmldiagrams.tcl"
Class HtmlDfdSection : {HtmlDiagramSection} {
constructor
method destructor
method promoter
}
constructor HtmlDfdSection {class this name document} {
set this [HtmlDiagramSection::constructor $class $this $name $document]
# Start constructor user section
# End constructor user section
return $this
}
method HtmlDfdSection::destructor {this} {
# Start destructor user section
# End destructor user section
$this HtmlDiagramSection::destructor
}
method HtmlDfdSection::promoter {this document} {
$this HtmlDiagramSection::promoter $document
$this uiType DFD
}
# Do not delete this line -- regeneration end marker