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/titanic/3
- # Description : Customization file containing the definitions of
- # the navigation strategies used when ``opening''
- # components in a diagram editor.
- #
- #---------------------------------------------------------------------------
- #
- # @(#)opendefs.opendefs /main/titanic/3 28 Aug 1997 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
- findCodComp | search | decompComponents | cod
- findDfdComp | search | decompComponents | dfd
- findEtdComp | search | decompComponents | etd
- findMgdComp | search | decompComponents | mgd
- findMgdPrnt | search | decompParents | mgd
- findUcdComp | search | decompComponents | ucd
- createCad | createFile | | $itemName | cad
- createCod | createFile | $item | | cod
- createEtd | createFile | $item | | etd
- createUcd | createFile | | $itemName | ucd
- createTopStd | createFile | $item | top | std
- createSubStd | createFile | $itemQual | $itemName | std
- openDeClass | userDefined | opDataTypeItem
- openCad | group | findCadComp createCad
- openCcd | group | findCcdComp
- openCod | group | findCodComp createCod
- openDfd | group | findDfdComp
- openEtd | group | findEtdComp createEtd
- openMgd | group | findMgdComp
- openUcd | group | findUcdComp createUcd
- openClass | group | openCad openCcd openEtd createTopStd
- openCadClass | group | openCad openCcd openCod openDfd openEtd createTopStd
- openCcdActor | group | findCad openCcd
- openSubject | group | openCad openEtd
- openUcdActor | group | findCadComp findCcdComp findUcdComp
- openUseCase | group | openUcd createCod createEtd
- openUcdPart | group | findMgdPrnt
-