|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A convenience class used to store information about a variable. More...
Public Member Functions | |
| String | toString () |
Public Attributes | |
| String | self |
| The variable this info corresponds to. | |
| String | parent = null |
The parent of this variable (or null if this variable is a root). | |
| int | nbrChildren = 0 |
| The number of children variables. | |
| int | nbrUTIL = 0 |
| The number of UTIL messages received for this variable so far. | |
| UtilitySolutionSpace< Val, U > | space |
| The join of all spaces received for this variable so far. | |
A convenience class used to store information about a variable.
| String frodo2.algorithms.dpop.count.CountSolutionsUTIL< Val extends Addable< Val >, U extends Addable< U > >.VariableInfo.toString | ( | ) |
| int frodo2.algorithms.dpop.count.CountSolutionsUTIL< Val extends Addable< Val >, U extends Addable< U > >.VariableInfo.nbrChildren = 0 |
The number of children variables.
| int frodo2.algorithms.dpop.count.CountSolutionsUTIL< Val extends Addable< Val >, U extends Addable< U > >.VariableInfo.nbrUTIL = 0 |
The number of UTIL messages received for this variable so far.
| String frodo2.algorithms.dpop.count.CountSolutionsUTIL< Val extends Addable< Val >, U extends Addable< U > >.VariableInfo.parent = null |
The parent of this variable (or null if this variable is a root).
| String frodo2.algorithms.dpop.count.CountSolutionsUTIL< Val extends Addable< Val >, U extends Addable< U > >.VariableInfo.self |
The variable this info corresponds to.
| UtilitySolutionSpace<Val, U> frodo2.algorithms.dpop.count.CountSolutionsUTIL< Val extends Addable< Val >, U extends Addable< U > >.VariableInfo.space |
The join of all spaces received for this variable so far.
Referenced by frodo2.algorithms.dpop.count.CountSolutionsUTIL< Val extends Addable< Val >, U extends Addable< U > >.record().