One of my classes have a large amount of the logic and functionality of the program inside it. Let's call it Class A. This uses other classes, even an interface class and utilizes its methods too.
Does this mean that every class has a dotted line arrow(dependency) arrow pointing TOWARDS Class A on the UML diagram?