Hi all! This is (I hope) the last doubt that I have, before rolling a 2.0.4 version, and it is about the TileDefinition class. Should it be renamed to TilesDefinition, or with a name that explains its role of "Data Transfer Object"? The Definition class (tiles-core) differs from TileDefinition by: - some put methods, - the copy constructor and the template+attribute map constructor, - the toString method, - the "isVisited" property.
I would like to: - move everything from Definition to TileDefinition (with its new name :-) ) with the exception of the copy constructor and the "isVisited" property - rename the "isVisited" property to "visited". In fact the Definition is needed to resolve inheritances, and the "isVisited" flag is necessary for this purpose, but the rest seems to belong to TileDefinition. Thoughts? Thanks Antonio
