Package gr.ntua.irmos.stubs.MapService_instance

Examples of gr.ntua.irmos.stubs.MapService_instance.Estimate


      // Access value
      System.out.println("Current value: "
          + map.getValueRP(new GetValueRP()));
     
      Estimate input=new Estimate();
      input.setAscid(args[1]);
      //change dynamically to whatever input in the following format [input1;input2;...;inputn]
      input.setHlinput("[1;1;1;1]");
      String result=map.estimate(input);
      System.out.println("Current result: "+result);


    } catch (Exception e) {
View Full Code Here

TOP

Related Classes of gr.ntua.irmos.stubs.MapService_instance.Estimate

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.