| Home | Trees | Indices | Help |
|
|---|
|
|
Classes for vectors with symbolic indices (i.e., Key objects)
|
|||
|
KeyedVector A dictionary-based representation of a one-dimensional vector |
|||
|
DeltaRow Subclass for rows used to compute deltas in dynamics |
|||
|
SetToConstantRow A row that sets the value of a given feature to a specific value |
|||
|
SetToFeatureRow A row that sets the value of a given feature to a specific percentage of some other feature |
|||
|
IncrementRow A row that increments the given feature by a constant amount |
|||
|
ScaleRow A row that increases the given feature by a percentage of another feature |
|||
|
ActionCountRow A rows that sets the value to a count of a given type of action |
|||
|
UnchangedRow A row that doesn't change the given feature |
|||
|
SlopeRow Subclass for rows used to represent the slope of planes |
|||
|
TrueRow A vector that produces a hyperplane that is always true |
|||
|
ThresholdRow A vector for testing that a given state feature exceeds a threshold. |
|||
|
ClassRow A vector for testing that a given entity is a member of a given class. |
|||
|
RelationshipRow A vector for testing that a given entity has the specified relationship to another entity. |
|||
|
IdentityRow A vector for testing that a given entity is identical to another. |
|||
|
SumRow A vector for testing that the sum of two given state features exceeds a threshold. |
|||
|
DifferenceRow A vector for testing that the difference between two given state features exceeds a threshold. |
|||
|
EqualRow A vector for testing that two given state features have the same value. |
|||
|
ANDRow Subclass representing a conjunction of tests. |
|||
|
ORRow Subclass representing a disjunction of tests. |
|||
|
|||
dict:str->class
|
|
||
dict:str->class
|
|
||
|
|||
Automatic extraction of possible DeltaRow subclasses
|
Automatic extraction of possible SlopeRow subclasses
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 19 16:46:37 2009 | http://epydoc.sourceforge.net |