Iterator ports = portList().iterator();
while (ports.hasNext()) {
Port port = (Port) ports.next();
port.exportMoML(output, depth);
}
}
/** Notify this actor that the given entity has been added inside it.
* Override the base class to do nothing. This will prevent it from