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

Public Member Functions

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

Detailed Description

Definition at line 8 of file switchenergymodel.cc.

Constructor & Destructor Documentation

SwitchEnergyModelClass::SwitchEnergyModelClass ( )
inline

Definition at line 10 of file switchenergymodel.cc.

10 : TclClass("SwitchEnergyModel") {}

Member Function Documentation

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

Definition at line 11 of file switchenergymodel.cc.

11  {
12  return (new SwitchEnergyModel());
13  }

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