CMS 3D CMS Logo

Public Member Functions | Private Member Functions

Modules::Source Class Reference

Inheritance diagram for Modules::Source:
Mixins::_ConfigureComponent Mixins::_TypedParameterizable Mixins::_Parameterizable

List of all members.

Public Member Functions

def __init__
def moduleLabel_
def nameInProcessDesc_

Private Member Functions

def _placeImpl

Detailed Description

Definition at line 173 of file Modules.py.


Constructor & Destructor Documentation

def Modules::Source::__init__ (   self,
  type_,
  arg,
  kargs 
)

Reimplemented from Mixins::_TypedParameterizable.

Definition at line 174 of file Modules.py.

00175                                          :
        super(Source,self).__init__(type_,*arg,**kargs)

Member Function Documentation

def Modules::Source::_placeImpl (   self,
  name,
  proc 
) [private]

Definition at line 176 of file Modules.py.

00177                                   :
        proc._placeSource(name,self)
def Modules::Source::moduleLabel_ (   self,
  myname 
)

Reimplemented from Mixins::_TypedParameterizable.

Definition at line 178 of file Modules.py.

00179                                  :
        return "@main_input"
def Modules::Source::nameInProcessDesc_ (   self,
  myname 
)

Reimplemented from Mixins::_TypedParameterizable.

Definition at line 180 of file Modules.py.

00181                                        :
00182         return "@main_input"
00183