| Home | Trees | Indices | Help |
|
|---|
|
|
KeyedVector --+
|
SlopeRow --+
|
ThresholdRow
A vector for testing that a given state feature exceeds a threshold.
It should be created as row =
ThresholdRow(keys=[{'entity':entity,'feature':feature}]) to create
a test on the given feature value of the given
entity
The following creates a row to test my power:
>>> row = ThresholdRow(keys=[{'entity':'self','feature':'power'}])
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
args = list of keys for this test |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|||
argslist of keys for this test
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 19 16:47:36 2009 | http://epydoc.sourceforge.net |