Package gr.ntua.irmos.stubs.MapService_instance

Examples of gr.ntua.irmos.stubs.MapService_instance.MapPortType.subtract()


      // Access value
      System.out.println("Current value: "
          + map.getValueRP(new GetValueRP()));

      // Perform a subtraction
      map.subtract(5);

      // Access value
      System.out.println("Current value: "
          + map.getValueRP(new GetValueRP()));
     
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.