My architecht says I have to use Controller classes..what are these.

I have a situation that exactly fits with "Composite" pattern...
A curve is collection of curves.
A curve is a collection of rates.

I have written an interface and implemented in two separate classes called "Curve" and "Rate" class.

Where does this "Controller" class comes into picture? what is that any way?
thank you