Package gri.tasks.java

Examples of gri.tasks.java.SimpleMethodTask.execute()


       
        //execute task 2:
        Map inputs2 = new HashMap();
        inputs2.put("text", outputs1.get("output"));
       
        Map outputs2 = task2.execute(inputs2);
        System.out.println(outputs2.get("output"));
    }
   
    // ------------------------------------------------------- test2
   
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.