8687888990919293949596
if (isInput) { portMap.put(name, new SingleInputPort(name, new DFInputChannel( port, 0))); } else { portMap.put(name, new SingleOutputPort(name, new DFOutputChannel(port, 0))); } } return portMap;