org.globus.cog.karajan.arguments
Class NameChannelPair

java.lang.Object
  extended by org.globus.cog.karajan.arguments.NameChannelPair

public final class NameChannelPair
extends Object


Constructor Summary
NameChannelPair(Arg.Channel channel, VariableArguments values)
           
 
Method Summary
 Arg.Channel getChannel()
           
 OrderedParallelVariableArguments getLast()
           
 VariableArguments getValues()
           
 void setLast(OrderedParallelVariableArguments last)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameChannelPair

public NameChannelPair(Arg.Channel channel,
                       VariableArguments values)
Method Detail

getValues

public VariableArguments getValues()

getChannel

public Arg.Channel getChannel()

getLast

public OrderedParallelVariableArguments getLast()

setLast

public void setLast(OrderedParallelVariableArguments last)