* the atomic actor.
*/
protected void saveInterfaceContainer(Xinterface intf)
throws IllegalActionException, NameDuplicationException {
Xcomponent component = (Xcomponent) intf.container;
// Make sure the component has not already been stored.
if (!_componentFileTable.containsKey(component)
&& !_componentActorTable.containsKey(component)) {