Package jmt.engine.simEngine

Examples of jmt.engine.simEngine.SimEvent


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

TOP

Related Classes of jmt.engine.simEngine.SimEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.