Hashmap in UML diagram? -
i want write class diagram class contains hashmap. normally, this:
but map looks this:
private map<beacon, string> beaconroute;
the key custom class.
how can describe in uml diagram?
use beacon : beacon
inside qualifier rectangle , use string
data type target type (instead of employee
). property beaconroute
association end name. don't have literal have map class in uml--doing loses sight of problem domain. not understand why beacon
map string
, though. did reverse key , value mistake?
Comments
Post a Comment