home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1997
- #
- # File: @(#)chkcomodel.tcl /main/titanic/1
- # Author: heli
- # Description: Check Collaboration Model
- #---------------------------------------------------------------------------
- # SccsId = @(#)chkcomodel.tcl /main/titanic/1 5 Sep 1997 Copyright 1997 Cayenne Software Inc.
-
- proc checkCollaborationModel {{codNames {}}} {
- uplevel #0 {
- OTShRegister::semanticModel
- require chktcl_msg.tcl
- require chkcom.tcl
- }
- set cc [ClientContext::global]
- set model [CMCodModel new [$cc currentConfig] [$cc currentPhase]]
- $model mcheck $codNames
- $model delete
- }
-