124125126127128129130131
public NetNode(String name) { super(name); InputNodes = new NodeList(); OutputNodes = new NodeList(); inputSection = serviceSection = outputSection = null; receiveBuffer = new SimEvent(); stopped = false; }