Closed WJSchakel closed 1 year ago
There are several use-cases to identify GTU's in more specific ways than GTU type, but not on individual ID:
The field should be String such that it can contain a rich range of information.
String
Use Gtu.setTag(name, value) and value = Gtu.getTag(name) to use tags on GTUs.
Gtu.setTag(name, value)
value = Gtu.getTag(name)
There are several use-cases to identify GTU's in more specific ways than GTU type, but not on individual ID:
The field should be
String
such that it can contain a rich range of information.