public class InformationsOnCell
extends java.lang.Object
The GDL can be scheduled fully serially, in which case each message is sent
only once, and each state is computed only once. In this case, a vertex
sends a message to a neighbour when, for the first time, it has received
messages from all of its other neighbour, and computes its state when, for
the first time, it has received messages from all its neighbour. In this
serial mode, messages begin at the leaves, and proceed inwards into the tree,
until some nodes have received messages from all their neighbour, at which
point messages propagate outwards, so that each vertex eventually receives
messages from all of its neighbour
This class contain the informations required for the all vertex problem of
the Gdl.