- First release.
- [Fix] Replaced
Bag
objects withArrayList
objects (usually forMasonGeometry
objects). - [Fix] Class names:
GeomVectorField
merged into -->VectorLayer
(previously a subclass ofGeomVectorField
),GeomGridField
-->GridLayer
,Field
-->Layer
. - [Enhancement] Cleaned code; replaced inefficient for loops inherited from GeoMason; simplified partly redundant functions.
- [Enhancement] Removed specific attributes in the
sim.graph
package for better generalisation.
- [Enhancement] Cleaned code; removed/simplified redundant functions. Simplified class SubGraph and added some utilities.
- [Enhancement] Replaced ArrayList/HashMap with generic types List/Map