Uses of Class
com.altair.hwm.database.dbmodel.HWMDBModel

Packages that use HWMDBModel
com.altair.hwm.comm.database   
com.altair.hwm.database.dbcreator   
com.altair.hwm.database.dbmodel   
 

Uses of HWMDBModel in com.altair.hwm.comm.database
 

Methods in com.altair.hwm.comm.database that return HWMDBModel
 HWMDBModel DBServerComm.GetDBModel()
           
 HWMDBModel DBServerComm.RetrieveDataModel()
          Retrieve the data model from the server
 

Methods in com.altair.hwm.comm.database with parameters of type HWMDBModel
 void DBServerComm.StoreDataModel(HWMDBModel hwmDataModel)
          Store the data model in the server
 

Uses of HWMDBModel in com.altair.hwm.database.dbcreator
 

Methods in com.altair.hwm.database.dbcreator with parameters of type HWMDBModel
 void HWMDBCreator.CreateDatabase(HWMDBModel hwmDataModel)
          Create the database
 void HWMDBCreator.createDatabaseAsync(HWMDBModel hwmDataModel)
          Create the database THIS METHOD IS THE SAME AS ABOVE EXCEPT THAT IT RUNS THE DATABASE CREATION CODE IN A SEPARATE THREAD
 void HWMDataModelPropertyPanel.SetDataModel(HWMDBModel hwmDataModel)
          Sets the datamodel who's properties should be shown.
 void HWMCreateClassPanel.SetDataModel(HWMDBModel hwmDataModel)
          Sets a reference to the datamodel
 

Constructors in com.altair.hwm.database.dbcreator with parameters of type HWMDBModel
HWMDataModelDlg(HWMDBModel hwmDBModel)
           
HWMDataModelFrame(HWMDBModel hwmDM)
          Construct the frame
HWMDataModelPanel(HWMDBModel hwmDataModel)
           
 

Uses of HWMDBModel in com.altair.hwm.database.dbmodel
 

Methods in com.altair.hwm.database.dbmodel that return HWMDBModel
 HWMDBModel HWMClass.GetDataModel()
          Returns the data model to which this class belongs to