An association: link between classes that indicates that there is some relationship between these classes.

	graph {
		rankdir=LR
		node[shape=rectangle]
		Lecturer--Course
	}