home *** CD-ROM | disk | FTP | other *** search
/ PC World 1997 November / PCWorld_1997-11_cd.bin / software / programy / komix / DATA.Z / cbpropname.tcl < prev    next >
Text File  |  1996-05-29  |  977b  |  29 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Westmount Technology    1994
  4. #
  5. #      File:           @(#)cbpropname.tcl    1.2
  6. #      Author:         voyager
  7. #      Description:    Definition of some global "constants" used in CBCADModel
  8. #---------------------------------------------------------------------------
  9. # SccsId = @(#)cbpropname.tcl    1.2   20 Nov 1995 Copyright 1994 Westmount Technology
  10.  
  11. # Component property names
  12. #
  13. global COMP_ABSTRACT
  14. set COMP_ABSTRACT "is_abstract"
  15. global COMP_CLASS_ATTR
  16. set COMP_CLASS_ATTR "is_class_feature"
  17. global COMP_DERIVED_ATTR
  18. set COMP_DERIVED_ATTR "is_derived"
  19. global COMP_END_MULT_KIND
  20. set COMP_END_MULT_KIND "mult_kind_end"
  21. global COMP_HAS_PARAMLIST
  22. set COMP_HAS_PARAMLIST "has_parmlist"
  23. global COMP_INITIAL_VALUE
  24. set COMP_INITIAL_VALUE "initial_value"
  25. global COMP_KEY
  26. set COMP_KEY "key"
  27. global COMP_START_MULT_KIND
  28. set COMP_START_MULT_KIND "mult_kind_start"
  29.