Package org.overturetool.vdmj.runtime

Examples of org.overturetool.vdmj.runtime.Context


          try
          {
            ValueUpdateRequest request = updateValueQueueRequest.take();
            try
            {
              Context coSimCtxt = new ClassContext(coSimLocation, "SimulationInterface", interpreter.initialContext, request.value.classDef);
              coSimCtxt.setThreadState(null, request.value.cpu);

              request.value.value.set(coSimLocation, request.newValue, coSimCtxt);
              if (request.value.value instanceof TransactionValue)
              {
                TransactionValue.commitOne(BasicSchedulableThread.getThread(Thread.currentThread()).getId());
View Full Code Here

TOP

Related Classes of org.overturetool.vdmj.runtime.Context

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.