Pierre Bommel

Results 27 comments of Pierre Bommel

Well, I think we can rename it for MISSABMS 2022 !

Yes this is a very very old method. Sure, it should be removed !!! you are an archaeologist..!

Yes, as it is the case for the cells (through the `interestingDetails` method), it could be good to have a small description of an agent when the mouse is over...

Indeed, IndexedSet is frequently used in Cormas: all the list of entities stored by CMCormasModel (theXXXs) return an IndexedSet. If OrderedSet is more efficient, we can of course use it....

The activeSpatialEntity is the current focused spatial entity (a class) of a spatial grid (remember that you may have several spatial classes in Cormas = SpatialEntityElement, ie. Cell and the...

#warnCormasModelThat:changeTo: is used to rename a class. But I think this is a mistake to use activeSpatialEntity into CMSpaceModel. So yes, it should be remove from this class

yes, #warnCormasModelThat:changeTo: can be removed for now, then we will check if a simple rename procedure will be ok (otherwise add some extra procedures)

The method ##warnCormasModelThat:changeTo: can be removed, as well as the attribute #activeSpatialEntity of CMSpaceModel

Yes, there are several models using those entities (Arc & Node). In this case, an instance of NetworkEntity is automatically created as an oriented network : rivers, roads, etc. By...