| Home | Trees | Indices | Help |
|
|---|
|
|
A domain is a set of random variables, implicitly representing all functions from joint instantiations of the variables
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Domain |
|
||
|
|||
| Int |
|
||
| Frozenset |
|
||
| Frozenset |
|
||
| Dictionary |
|
||
|
Inherited from |
|||
|
|||
| Dictionary |
_domain A dictionary mapping each variable to its set of possible values. |
||
| Set |
_instd Set of instantiated variables |
||
| Dictionary |
_numvals A dictionary mapping each variable to the number of values it can have. |
||
|
|||
|
Inherited from |
|||
|
|||
Construct a domain
|
repr(x)
|
str(x)
|
Add a variable and its associated values If
|
Add variables from
|
Add variables from
|
Change the values associated with a domain variable
|
Change the values associated with a domain variables
|
Make the domain for The domain for self is updated to include any extra variables in
|
Return a (deep) copy of a domain
|
Whether If, as is common,
|
Return the number of values associated with a variable
|
Return the values associated with a variable
|
Return the object's variables
|
Return the dictionary mapping the object's variables to their set of possible values
|
|
|||
_domainA dictionary mapping each variable to its set of possible values. Each key is a variable name. Each value is a frozenset.
|
_numvalsA dictionary mapping each variable to the number of values it can have. Each key is a variable name. Each value is a positive integer
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Oct 15 15:34:14 2009 | http://epydoc.sourceforge.net |