This section of the header file includes forward declarations for all the related classes. These declarations are based on the relationships of the class with other classes specified in the model.
For example:
class forwarded-class1;
class forwarded-class2;
class class : public OMReactive {
// Class definition, and inheritance
// from framework class (if needed!).