Arnaud Casteigts
Arnaud Casteigts
OK to postpone the decision on `RingGenerator` and use `TopologyGenerators.generateRing()` instead for some time. Now, I feel like `setNodeClass()` in `AbstractGenerator` is definitely redundant with `setDefaultNodeModel()` in `Topology`. Note that...
Looks good to me. Priority was given to the generator's own node model (if any), over the one of the topology, which makes sense so long as we keep both...
A method `setDebug()` was added to the `MessageEngine` interface. A default (empty) implementation was provided, for compatibility with potential existing message engine. Merged into `develop`.
(Will be closed when released.)
The above changes correspond to commit 6e499fa (the commit message was missing reference to this issue).
Merged into `develop`.
Done as expected.
`Color.getColorAt()` is no longer deprecated.
Merged into `develop`.
What's been done in branch feature/99-node-from-jnode: - Added a `getNode()` method in class `JNode` Merged into `develop`.