CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
MatrixUtil.WF Class Reference
Inheritance diagram for MatrixUtil.WF:

Public Member Functions

def __init__ (self, n, l)
 
def addOverride (self, overrides)
 
def interpret (self, stepsDict)
 

Public Attributes

 num
 
 overrides
 
 steps
 

Detailed Description

Definition at line 29 of file MatrixUtil.py.

Constructor & Destructor Documentation

def MatrixUtil.WF.__init__ (   self,
  n,
  l 
)

Member Function Documentation

def MatrixUtil.WF.addOverride (   self,
  overrides 
)

Definition at line 36 of file MatrixUtil.py.

References MatrixUtil.WF.overrides.

36  def addOverride(self,overrides):
37  self.overrides=overrides
38 
def addOverride(self, overrides)
Definition: MatrixUtil.py:36
def MatrixUtil.WF.interpret (   self,
  stepsDict 
)

Definition at line 39 of file MatrixUtil.py.

39  def interpret(self,stepsDict):
40  for s in self:
41  print 'steps',s,stepsDict[s]
42  steps.append(stepsDict[s])
43 
44 
45 
def interpret(self, stepsDict)
Definition: MatrixUtil.py:39

Member Data Documentation

MatrixUtil.WF.num

Definition at line 32 of file MatrixUtil.py.

MatrixUtil.WF.overrides

Definition at line 35 of file MatrixUtil.py.

Referenced by MatrixUtil.WF.addOverride().

MatrixUtil.WF.steps

Definition at line 34 of file MatrixUtil.py.