Please look at the partial class diagram in the attachment. The DSARequest object is used in a method in the oledbfactory class. How should I draw any associations, if there even are any? It feels wierd to just leave the DSARequest class free floating, when it is used by other classes... but not implemented or inherited or anything... Another classes just use it as in parameter for their methods...