115116117118119120121122123124125
p = itp.next(); // if this port has at least one value if (p.hasValue()) { list = p.readAll(); p.clear(); p.changed(); // add a new PortParcel (that's a port reference as well as the list // of objects result.put(p.getName(), list);
154155156157158159160161162163164
// if this port has at least one value if (p.hasValue()) { list = p.readAll(); p.clear(); p.changed(); // System.out.println("all values added"); // add a new PortParcel (that's a port reference as well as the list // of objects