home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1996
- #
- # File: @(#)chkucmodel.tcl /main/titanic/1
- # Author: disc
- # Description: Check Use Case Model
- #---------------------------------------------------------------------------
- # SccsId = @(#)chkucmodel.tcl /main/titanic/1 12 Sep 1996 Copyright 1996 Cayenne Software Inc.
-
- proc checkUseCaseModel {} {
- uplevel #0 {
- OTShRegister::semanticModel
- require cmucdmodel.tcl
- }
- set cc [ClientContext::global]
- set m [CMUcdModel new [$cc currentConfig] [$cc currentPhase]]
- $m mcheck
- $m delete
- }
-