001    package cnslab.cnsnetwork;
002    
003    /***********************************************************************
004    * @version
005    *   $Date: 2012-08-04 13:43:22 -0500 (Sat, 04 Aug 2012) $
006    *   $Rev: 104 $
007    *   $Author: croft $
008    * @author
009    *   Yi Dong
010    * @author
011    *   David Wallace Croft
012    ***********************************************************************/
013    public interface  Para
014    ////////////////////////////////////////////////////////////////////////
015    ////////////////////////////////////////////////////////////////////////
016    {
017    
018    String  getModel ( );
019    
020    ////////////////////////////////////////////////////////////////////////
021    ////////////////////////////////////////////////////////////////////////
022    }