Ports
PortMap::const_iterator iterator = Ports().begin();
for (; iterator != Ports().end(); iterator++) {
PortMap::const_iterator constIterator = other.Ports().begin();
for (; constIterator != other.Ports().end(); constIterator++) {
const PortMap& Ports() const;
PortMap::const_iterator iterator = job->Ports().begin();
for (; iterator != job->Ports().end(); iterator++)