org.shiwa.fgi.iwir.tests
Class TaskTest

java.lang.Object
  extended by org.shiwa.fgi.iwir.tests.TaskTest

public class TaskTest
extends java.lang.Object


Constructor Summary
TaskTest()
           
 
Method Summary
 Task atomicTask1()
           
 Task atomicTask1(java.lang.String name)
           
 Task atomicTask2()
           
 void atomicTest1()
           
 void atomicTest2()
           
 BlockScope blockScope1()
           
 void blockScopeTest1()
           
 Constraint con1()
           
 ForEachTask forEachTask1()
           
 void forEachTest1()
           
 ForTask forTask1()
           
 void forTest1()
           
 IfTask ifTask1()
           
 IfTask ifTask2()
           
 void ifTest1()
           
 void ifTest2()
           
 InputPort in()
           
 InputPort in(java.lang.String name)
           
 InputPort in(java.lang.String name, java.lang.String type)
           
 IWIR iwir()
           
 LoopPort loop1()
           
 LoopCounter loopCounter1()
           
 LoopElement loopElement1()
           
 OutputPort out()
           
 OutputPort out(java.lang.String name)
           
 OutputPort out(java.lang.String name, java.lang.String type)
           
 ParallelForEachTask parallelForEachTask1()
           
 void parallelForEachTest1()
           
 ParallelForTask parallelForTask1()
           
 void parallelForTest1()
           
 Property prop1()
           
 Task subWF1()
           
 void subWFTest1()
           
 void tests(IWIR iwir, java.lang.String path)
           
 UnionPort union1()
           
 WhileTask whileTask1()
           
 void whileTest1()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskTest

public TaskTest()
Method Detail

iwir

public IWIR iwir()

in

public InputPort in(java.lang.String name,
                    java.lang.String type)

in

public InputPort in(java.lang.String name)

in

public InputPort in()

out

public OutputPort out(java.lang.String name,
                      java.lang.String type)

out

public OutputPort out(java.lang.String name)

out

public OutputPort out()

loop1

public LoopPort loop1()

loopCounter1

public LoopCounter loopCounter1()

loopElement1

public LoopElement loopElement1()

union1

public UnionPort union1()

prop1

public Property prop1()

con1

public Constraint con1()

tests

public void tests(IWIR iwir,
                  java.lang.String path)
           throws java.io.IOException
Throws:
java.io.IOException

atomicTask1

public Task atomicTask1(java.lang.String name)

atomicTask1

public Task atomicTask1()

atomicTest1

public void atomicTest1()
                 throws java.io.IOException
Throws:
java.io.IOException

atomicTask2

public Task atomicTask2()

atomicTest2

public void atomicTest2()
                 throws java.io.IOException
Throws:
java.io.IOException

subWF1

public Task subWF1()

subWFTest1

public void subWFTest1()
                throws java.io.IOException
Throws:
java.io.IOException

blockScope1

public BlockScope blockScope1()

blockScopeTest1

public void blockScopeTest1()
                     throws java.io.IOException
Throws:
java.io.IOException

ifTask1

public IfTask ifTask1()

ifTest1

public void ifTest1()
             throws java.io.IOException
Throws:
java.io.IOException

ifTask2

public IfTask ifTask2()

ifTest2

public void ifTest2()
             throws java.io.IOException
Throws:
java.io.IOException

whileTask1

public WhileTask whileTask1()

whileTest1

public void whileTest1()
                throws java.io.IOException
Throws:
java.io.IOException

forTask1

public ForTask forTask1()

forTest1

public void forTest1()
              throws java.io.IOException
Throws:
java.io.IOException

forEachTask1

public ForEachTask forEachTask1()

forEachTest1

public void forEachTest1()
                  throws java.io.IOException
Throws:
java.io.IOException

parallelForTask1

public ParallelForTask parallelForTask1()

parallelForTest1

public void parallelForTest1()
                      throws java.io.IOException
Throws:
java.io.IOException

parallelForEachTask1

public ParallelForEachTask parallelForEachTask1()

parallelForEachTest1

public void parallelForEachTest1()
                          throws java.io.IOException
Throws:
java.io.IOException