CMS 3D CMS Logo

Public Member Functions | Public Attributes

WorkFlow::WorkFlowBlock Class Reference

List of all members.

Public Member Functions

def __init__
def getProcess

Public Attributes

 command
 ins
 I/O of the block.
 nameId
 outs

Detailed Description

Definition at line 41 of file WorkFlow.py.


Constructor & Destructor Documentation

def WorkFlow::WorkFlowBlock::__init__ (   self,
  name,
  cmdDict 
)

Definition at line 42 of file WorkFlow.py.

00043                                     :
00044         self.nameId = name
00045         self.command = ''#made from the cmdDict
00046 
00047         ##I/O of the block
00048         self.ins=None
00049         self.outs=None


Member Function Documentation

def WorkFlow::WorkFlowBlock::getProcess (   self)

Definition at line 50 of file WorkFlow.py.

00051                         :
00052         #get ConfigBuilder to give a process back
00053         return None
00054     

Member Data Documentation

Definition at line 42 of file WorkFlow.py.

I/O of the block.

Definition at line 43 of file WorkFlow.py.

Definition at line 42 of file WorkFlow.py.

Definition at line 43 of file WorkFlow.py.