MengeCrowdSim / Menge

The source code for the Menge crowd simulation framework
Apache License 2.0
138 stars 64 forks source link

Attribute set adds an "enumeration" type #19

Open MengeCrowdSim opened 7 years ago

MengeCrowdSim commented 7 years ago

Attributes can be configured and automatically parsed of various types (ints, floats, strings, even distributions of numbers.) It would be good if an enumeration could be provided such that only a set of strings (case insensitive) would be successfully parsed and an enumeration value would be returned.