FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.odpop.goodsTree.leafNodeTree.LeafNode< Val extends Addable< Val > > Class Template Reference
Inheritance diagram for frodo2.algorithms.odpop.goodsTree.leafNodeTree.LeafNode< Val extends Addable< Val > >:

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.

Detailed Description

Author
Brammert Ottens, 9 nov 2009
Parameters
<Val>type used for variable values

Constructor & Destructor Documentation

◆ LeafNode()

Constructor.

Parameters
valuethe value of the trees own variable

References value.

Member Function Documentation

◆ getValue()

Member Data Documentation

◆ value

Val frodo2.algorithms.odpop.goodsTree.leafNodeTree.LeafNode< Val extends Addable< Val > >.value
private

The value of the tree's own variable.

Referenced by getValue(), and LeafNode().


The documentation for this class was generated from the following file:
  • src/frodo2/algorithms/odpop/goodsTree/leafNodeTree/LeafNode.java