home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / opendefs.opendefs < prev    next >
Text File  |  1997-08-28  |  3KB  |  68 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. # Copyright (c) 1995 by Westmount Technology B.V., Delft, The Netherlands.
  4. #
  5. # This software is furnished under a license and may be used only in
  6. # accordance with the terms of such license and with the inclusion of
  7. # the above copyright notice. This software or any other copies thereof
  8. # may not be provided or otherwise made available to any other person.
  9. # No title to and ownership of the software is hereby transferred.
  10. #
  11. # The information in this software is subject to change without notice
  12. # and should not be construed as a commitment by Westmount Technology B.V.
  13. #
  14. #---------------------------------------------------------------------------
  15. #
  16. #    File        : @(#)opendefs.opendefs    /main/titanic/3
  17. #    Description    : Customization file containing the definitions of
  18. #              the navigation strategies used when ``opening''
  19. #              components in a diagram editor.
  20. #
  21. #---------------------------------------------------------------------------
  22. #
  23. # @(#)opendefs.opendefs    /main/titanic/3    28 Aug 1997 Copyright 1995 Westmount Technology B.V.
  24. #
  25. #---------------------------------------------------------------------------
  26. #
  27. # The definitions have one of the following formats:
  28. #
  29. # name | ``search'' | searchFlags | fileTypes
  30. # name | ``createFile'' | fileQual | fileName | fileType
  31. # name | ``createSystemAndFile'' | sysName | fileQual | fileName | fileType
  32. # name | ``userDefined'' | procedure
  33. # name | ``group'' | groupMembers
  34. #
  35. #---------------------------------------------------------------------------
  36.  
  37. # Standard navigation strategy definitions.
  38. findCad      | search | decompFiles decompComponents | cad
  39. findCadComp  | search |             decompComponents | cad
  40. findCcdComp  | search |             decompComponents | ccd
  41. findCodComp  | search |             decompComponents | cod
  42. findDfdComp  | search |             decompComponents | dfd
  43. findEtdComp  | search |             decompComponents | etd
  44. findMgdComp  | search |             decompComponents | mgd
  45. findMgdPrnt  | search |             decompParents    | mgd
  46. findUcdComp  | search |             decompComponents | ucd
  47. createCad    | createFile |           | $itemName | cad
  48. createCod    | createFile | $item     |           | cod
  49. createEtd    | createFile | $item     |           | etd
  50. createUcd    | createFile |           | $itemName | ucd
  51. createTopStd | createFile | $item     | top       | std
  52. createSubStd | createFile | $itemQual | $itemName | std
  53. openDeClass  | userDefined | opDataTypeItem
  54. openCad      | group | findCadComp createCad
  55. openCcd      | group | findCcdComp
  56. openCod      | group | findCodComp createCod
  57. openDfd      | group | findDfdComp
  58. openEtd      | group | findEtdComp createEtd
  59. openMgd      | group | findMgdComp
  60. openUcd      | group | findUcdComp createUcd
  61. openClass    | group | openCad openCcd openEtd createTopStd
  62. openCadClass | group | openCad openCcd openCod openDfd openEtd createTopStd
  63. openCcdActor | group | findCad openCcd
  64. openSubject  | group | openCad openEtd
  65. openUcdActor | group | findCadComp findCcdComp findUcdComp
  66. openUseCase  | group | openUcd createCod createEtd
  67. openUcdPart  | group | findMgdPrnt
  68.