| Package | Description |
|---|---|
| sdd |
| Modifier and Type | Class and Description |
|---|---|
class |
SDDProbabilityFunction
An SDD probability function computes the probability
of an SDD given an a priori (independent) probability distribution
on the variables.
|
| Modifier and Type | Method and Description |
|---|---|
<X> X |
SDD.apply(SDDFunction<X> f)
Applies the specified SDD function on this SDD.
|
<X> X |
SDDConstant.apply(SDDFunction<X> f,
Vtree tree,
java.util.Map<SDDTree,X> m) |
abstract <X> X |
SDDTree.apply(SDDFunction<X> f,
Vtree tree,
java.util.Map<SDDTree,X> m)
Applies the specified function on this SDD tree.
|
<X> X |
SDDTreeDisjunction.apply(SDDFunction<X> f,
Vtree tree,
java.util.Map<SDDTree,X> m) |
<X> X |
SDDVariable.apply(SDDFunction<X> f,
Vtree tree,
java.util.Map<SDDTree,X> m) |