home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # Copyright (c) 1995 by Westmount Technology B.V., Delft, The Netherlands.
- #
- # This software is furnished under a license and may be used only in
- # accordance with the terms of such license and with the inclusion of
- # the above copyright notice. This software or any other copies thereof
- # may not be provided or otherwise made available to any other person.
- # No title to and ownership of the software is hereby transferred.
- #
- # The information in this software is subject to change without notice
- # and should not be construed as a commitment by Westmount Technology B.V.
- #
- #---------------------------------------------------------------------------
- #
- # File : @(#)opendefs.opendefs /main/hindenburg/1
- # Description : Customization file containing the definitions of
- # the navigation strategies used when ``opening''
- # components in a diagram editor.
- #
- #---------------------------------------------------------------------------
- #
- # @(#)opendefs.opendefs /main/hindenburg/1 6 Aug 1996 Copyright 1995 Westmount Technology B.V.
- #
- #---------------------------------------------------------------------------
- #
- # The definitions have one of the following formats:
- #
- # name | ``search'' | searchFlags | fileTypes
- # name | ``createFile'' | fileQual | fileName | fileType
- # name | ``createSystemAndFile'' | sysName | fileQual | fileName | fileType
- # name | ``userDefined'' | procedure
- # name | ``group'' | groupMembers
- #
- #---------------------------------------------------------------------------
-
- # Standard navigation strategy definitions.
- findCad | search | decompFiles decompComponents | cad
- findCadComp | search | decompComponents | cad
- findCcdComp | search | decompComponents | ccd
- findDfdComp | search | decompComponents | dfd
- findEtdComp | search | decompComponents | etd
- findMgdComp | search | decompComponents | mgd
- findMgdPrnt | search | decompParents | mgd
- findUcdComp | search | decompComponents | ucd
- createCad | createFile | | $itemName | cad
- createCcd | createFile | | $itemName | ccd
- createDfd | createFile | | $itemName | dfd
- createEtd | createFile | $item | | etd
- createMgd | createFile | | $itemName | mgd
- createUcd | createFile | | $itemName | ucd
- createTopStd | createFile | $item | top | std
- createSubStd | createFile | $itemQual | $itemName | std
- createCcdSys | createSystemAndFile | $itemName | | $itemName | ccd
- openDeClass | userDefined | opDataTypeItem
- openCad | group | findCadComp createCad
- openCcd | group | findCcdComp createCcd
- openDfd | group | findDfdComp createDfd
- openEtd | group | findEtdComp createEtd
- openMgd | group | findMgdComp createMgd
- openUcd | group | findUcdComp createUcd
- openClass | group | openCad openCcd openEtd createTopStd
- openCadClass | group | openCad openCcd openDfd openEtd createTopStd
- openCcdActor | group | findCad openCcd
- openSubject | group | openCad openEtd createCcdSys
- openUcdActor | group | findCadComp findCcdComp findUcdComp
- openUseCase | group | openUcd createEtd
- openUcdPart | group | findMgdPrnt createMgd
-