What is the meaning of dashed arrow in UML class diagram?

Viewed 34178

What is the meaning of the dashed arrow in a UML class diagram in general?

As an example: What is the meaning of the dashed arrow in this image (from client to ConcreteCommand):

enter image description here

Article: Command pattern

2 Answers
Related