| Home | Trees | Indices | Help |
|
|---|
|
|
Class for using AND-(X)OR trees to define the space of possible actions that an agent has available
|
|||
|
DecisionSpace Space of possible options that an agent may have Each option is assumed to be a dictionary-type object. |
|||
|
ORSpace Space of possible options expressed as a disjunction of all possible values |
|||
|
XORSpace Space of possible options expressed as XOR tree |
|||
|
AndSpace Space of possible options expressed as AND tree |
|||
|
|||
|
|||
| DecisionSpace |
|
||
|
|||
_spacesByType = {None: DecisionSpace, 'XOR': XORSpace, 'AND':
|
|||
EMPTY_NAMESPACE = None
|
|||
EMPTY_PREFIX = None
|
|||
StringTypes =
|
|||
XMLNS_NAMESPACE =
|
|||
|
|||
Extracts a DecisionSpace instance from an XML specification. In reality, this just identifies the correct DecisionSpace subclass and then invokes the appropriate parse method
|
Returns a DecisionSpace object from the given dictionary specification
|
|
|||
_spacesByType
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 19 16:46:29 2009 | http://epydoc.sourceforge.net |