Hashmap in UML diagram? -


i want write class diagram class contains hashmap. normally, this:

enter image description here

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

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -