GreenCloud Simulator
Public Member Functions | List of all members
PerComponentModelClass Class Reference
Inheritance diagram for PerComponentModelClass:
Inheritance graph
[legend]
Collaboration diagram for PerComponentModelClass:
Collaboration graph
[legend]

Public Member Functions

 PerComponentModelClass ()
 
TclObject * create (int argc, const char *const *argv)
 

Detailed Description

Definition at line 11 of file percomponentmodel.cc.

Constructor & Destructor Documentation

PerComponentModelClass::PerComponentModelClass ( )
inline

Definition at line 13 of file percomponentmodel.cc.

13 : TclClass("PerComponentModel") {}

Member Function Documentation

TclObject* PerComponentModelClass::create ( int  argc,
const char *const *  argv 
)
inline

Definition at line 14 of file percomponentmodel.cc.

14  {
15  return (new PerComponentModel());
16  }

The documentation for this class was generated from the following file: