case uml.PrimaryTypeKind.TupleType:
                        (type as uml.PrimaryType).typeArguments.forEach((t) => {
                            associations = associations.concat(this._typeAssociations(from, t));
                        });
                        break;