Package teamwork :: Package math :: Module KeyedVector :: Class ActionCountRow
[hide private]
[frames] | no frames]

Class ActionCountRow

source code

KeyedVector --+    
              |    
       DeltaRow --+
                  |
                 ActionCountRow

A rows that sets the value to a count of a given type of action

Nested Classes [hide private]
  keyClass
A Key indicating the entry corresponding to an observed action flag
Instance Methods [hide private]
 
simpleText(self, numbers=True, all=False) source code

Inherited from DeltaRow: __copy__, __deepcopy__, __delitem__, __init__, __xml__, instantiate, instantiateKeys, parse

Inherited from KeyedVector: __add__, __eq__, __getitem__, __hash__, __len__, __mul__, __neg__, __rmul__, __setitem__, __str__, __sub__, addColumns, compose, fill, freeze, getArray, has_key, items, keys, normalize, setArray, unfreeze

Inherited from KeyedVector (private): _updateString

Class Variables [hide private]
  label = 'action count'
Instance Variables [hide private]

Inherited from KeyedVector (private): _array, _fresh, _frozen, _string

Method Details [hide private]

simpleText(self, numbers=True, all=False)

source code 
Overrides: KeyedVector.simpleText