|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|

Public Member Functions | |
| LeafNode (Val value) | |
| Constructor. | |
| Val | getValue () |
| Public Member Functions inherited from frodo2.algorithms.odpop.goodsTree.leafNodeTree.Node | |
| Node | getChild (int i) |
| void | addChild (Node child, int index) |
Add a child at position index. | |
Private Attributes | |
| Val | value |
| The value of the tree's own variable. | |
Additional Inherited Members | |
| Package Functions inherited from frodo2.algorithms.odpop.goodsTree.leafNodeTree.Node | |
| Node (int numberOfChildren) | |
| A constructor. | |
| <Val> | type used for variable values |
| frodo2.algorithms.odpop.goodsTree.leafNodeTree.LeafNode< Val extends Addable< Val > >.LeafNode | ( | Val | value | ) |
| Val frodo2.algorithms.odpop.goodsTree.leafNodeTree.LeafNode< Val extends Addable< Val > >.getValue | ( | ) |
References value.
Referenced by frodo2.algorithms.asodpop.goodsTree.leafNodeTree.LeafNodeTree< Val extends Addable< Val >, U extends Addable< U >, L extends frodo2.algorithms.odpop.goodsTree.InnerNodeTreeFullDomain.Node< U > >.getOwnAssignment(), and frodo2.algorithms.odpop.goodsTree.leafNodeTree.LeafNodeTree< Val extends Addable< Val >, U extends Addable< U >, L extends frodo2.algorithms.odpop.goodsTree.InnerNodeTreeFullDomain.Node< U > >.getOwnAssignment().
|
private |
The value of the tree's own variable.
Referenced by getValue(), and LeafNode().