Package org.destecs.vdm

Examples of org.destecs.vdm.SimulationManager.waitForStep()


    {
      return true; // OK, just proceed there is still simulation time left
    } else
    {
      // We have reached the allowed simulation time
      nextSimulationStop = manager.waitForStep(minstep);
      if (newTime <= nextSimulationStop)
      {
        return true;
      } else
      {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.