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

Packages that use HWMClass
com.altair.hwm.database.dbcreator   
com.altair.hwm.database.dbmodel   
 

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

Methods in com.altair.hwm.database.dbcreator that return HWMClass
 HWMClass HWMClassPropertyPanel.GetClass()
          Returns the class that is currently selected.
 

Methods in com.altair.hwm.database.dbcreator with parameters of type HWMClass
 void HWMClassPropertyPanel.SetClass(HWMClass hwmClass)
          Sets the class whose properties this panel should display and edit.
 void HWMRelationClassAttributesTab.SetValuesForClass(HWMClass hwmClass)
          Sets up the tab for the passed in panel.
 void HWMClassInfoTab.SetValuesForClass(HWMClass hwmClass)
          Sets up the panel for the current class to edit.
 void HWMClassConstraintsTab.SetValuesForClass(HWMClass hwmClass)
          Displays the constraints for the passed in HWMClass.
 void HWMClassAttributesTab.SetValuesForClass(HWMClass hwmClass)
          Sets up the tab for the passed in HWMClass
 

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

Subclasses of HWMClass in com.altair.hwm.database.dbmodel
 class HWMRelationClass
          Title: HWMRelationClass
 

Methods in com.altair.hwm.database.dbmodel that return HWMClass
 HWMClass HWMDBModel.AddClass(java.lang.String strClassName, boolean bRelationClass)
          Add a class to the database model
 HWMClass HWMAttribute.GetHWMClass()
          Returns the class to which this attribute belongs to
 HWMClass HWMDBModel.GetHWMClass(java.lang.String strClassName)
          Gets the class with the given name
 HWMClass HWMDBModel.ResolveDependencies(HWMClass hwmClassToAdd, java.util.Vector vectClasses)
          Addes the class to the vector in an ordered way such that any class that it depend on is ahead in the vector
 

Methods in com.altair.hwm.database.dbmodel with parameters of type HWMClass
 boolean HWMClass.IsRelated(HWMClass hwmClass)
          Returns true if there is an attribute from the given class present in this class
 void HWMClassConstraints.Resolve(HWMClass hwmClass, org.jdom.Element elemConst)
          Recreates the constraints
 HWMClass HWMDBModel.ResolveDependencies(HWMClass hwmClassToAdd, java.util.Vector vectClasses)
          Addes the class to the vector in an ordered way such that any class that it depend on is ahead in the vector