org.syrup.helpers
Class NetworkImpl

java.lang.Object
  extended byorg.syrup.helpers.NetworkImpl

public class NetworkImpl
extends java.lang.Object

Temporary data structure that reflects the incarnation of a WorkFlow.

Author:
Robbert van Dalen

Constructor Summary
NetworkImpl(InPort in1, InPort in2, OutPort out1, OutPort out2, Task[] t, Link[] l)
          Constructor for the NetworkImpl object
 
Method Summary
 InPort in_1_binding()
           
 InPort in_2_binding()
           
 Link[] links()
           
 OutPort out_1_binding()
           
 OutPort out_2_binding()
           
 Task[] tasks()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetworkImpl

public NetworkImpl(InPort in1,
                   InPort in2,
                   OutPort out1,
                   OutPort out2,
                   Task[] t,
                   Link[] l)
Constructor for the NetworkImpl object

Parameters:
in1 - Description of the Parameter
in2 - Description of the Parameter
out1 - Description of the Parameter
out2 - Description of the Parameter
t - Description of the Parameter
l - Description of the Parameter
Method Detail

in_1_binding

public InPort in_1_binding()

in_2_binding

public InPort in_2_binding()

out_1_binding

public OutPort out_1_binding()

out_2_binding

public OutPort out_2_binding()

tasks

public Task[] tasks()

links

public Link[] links()

toString

public java.lang.String toString()