throws IllegalActionException {
Director director = getDirector();
if (director != null) {
// FIXME: should this happen every time we call attribute changed?
director.invalidateResolvedTypes();
}
}
/** Clone the object into the specified workspace. The new object is
* <i>not</i> added to the directory of that workspace (you must do this