home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Westmount Technology 1994
- #
- # File: @(#)cbpropname.tcl 1.2
- # Author: voyager
- # Description: Definition of some global "constants" used in CBCADModel
- #---------------------------------------------------------------------------
- # SccsId = @(#)cbpropname.tcl 1.2 20 Nov 1995 Copyright 1994 Westmount Technology
-
- # Component property names
- #
- global COMP_ABSTRACT
- set COMP_ABSTRACT "is_abstract"
- global COMP_CLASS_ATTR
- set COMP_CLASS_ATTR "is_class_feature"
- global COMP_DERIVED_ATTR
- set COMP_DERIVED_ATTR "is_derived"
- global COMP_END_MULT_KIND
- set COMP_END_MULT_KIND "mult_kind_end"
- global COMP_HAS_PARAMLIST
- set COMP_HAS_PARAMLIST "has_parmlist"
- global COMP_INITIAL_VALUE
- set COMP_INITIAL_VALUE "initial_value"
- global COMP_KEY
- set COMP_KEY "key"
- global COMP_START_MULT_KIND
- set COMP_START_MULT_KIND "mult_kind_start"
-