Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
not all resources need a property set, only Host, Link and Storage
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 17 Dec 2015 22:04:03 +0000 (23:04 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 17 Dec 2015 22:04:06 +0000 (23:04 +0100)
So dupplicate the property-related code in these classes, and remove
it from Resource. We may want to refactorize this code in a specific
class, but I'm not confident with multiple inheritance yet.

The reason of fixing that working feature is the bloat fight. A CPU or
RoutingEdge don't need no properties. The Resource class contains too
much things and should be split of.


No differences found