FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.dpop.count.CountSolutionsUTIL< Val extends Addable< Val >, U extends Addable< U > >.VariableInfo Class Reference

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.

Detailed Description

A convenience class used to store information about a variable.

Member Function Documentation

◆ toString()

String frodo2.algorithms.dpop.count.CountSolutionsUTIL< Val extends Addable< Val >, U extends Addable< U > >.VariableInfo.toString ( )
See also
java.lang.Object#toString()

Member Data Documentation

◆ nbrChildren

int frodo2.algorithms.dpop.count.CountSolutionsUTIL< Val extends Addable< Val >, U extends Addable< U > >.VariableInfo.nbrChildren = 0

The number of children variables.

◆ nbrUTIL

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.

◆ parent

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).

◆ self

String frodo2.algorithms.dpop.count.CountSolutionsUTIL< Val extends Addable< Val >, U extends Addable< U > >.VariableInfo.self

The variable this info corresponds to.

◆ space

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().


The documentation for this class was generated from the following file: