home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / cblongname.tcl < prev    next >
Text File  |  1997-06-25  |  1KB  |  24 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Cadre Technologies Inc.    1996
  4. #
  5. #      File:           @(#)cblongname.tcl    /main/titanic/1
  6. #      Author:         voyager
  7. #      Description:    Mapping from ComponentTypes and LabelTypes to their
  8. #                      long name is not done anymore by global arrays 
  9. #                      containing these mappings. Instead the builtin command
  10. #                      ShortLongName::longName will be used further on.
  11. #                      Still present is an array indicating the
  12. #                      components that can hold more than one label.
  13. #                      Only those used in the PropertyBox of the class browser
  14. #                      are mentioned here.
  15. #---------------------------------------------------------------------------
  16. # SccsId = @(#)cblongname.tcl    /main/titanic/1    25 Jun 1997 Copyright 1996 Cadre Technologies Inc.
  17.  
  18. global multiLabelComp
  19. set multiLabelComp(association) 1
  20. set multiLabelComp(qualif_assoc) 1
  21. set multiLabelComp(nary_assoc_conn) 1
  22. set multiLabelComp(aggregation) 1
  23. set multiLabelComp(qualif_aggr) 1
  24.