UML Class Diagrams Associations
Here is a good overview of UML Class Diagrams. And here is a good description of how to apply various associations between classes.
But what about if a class just uses another class as a method parameter? According to this SO entry, it is better to use the dashed arrow, instead of an association.