Uses of Class
org.globus.cog.karajan.arguments.Arguments

Packages that use Arguments
org.globus.cog.karajan.arguments   
org.globus.cog.karajan.workflow.nodes   
org.globus.cog.karajan.workflow.nodes.user   
 

Uses of Arguments in org.globus.cog.karajan.arguments
 

Methods in org.globus.cog.karajan.arguments that return Arguments
 Arguments Arguments.copy()
           
 

Uses of Arguments in org.globus.cog.karajan.workflow.nodes
 

Methods in org.globus.cog.karajan.workflow.nodes that return Arguments
protected  Arguments ExecuteElement.getArguments(VariableStack stack, UserDefinedElement def)
           
 

Uses of Arguments in org.globus.cog.karajan.workflow.nodes.user
 

Methods in org.globus.cog.karajan.workflow.nodes.user that return Arguments
protected  Arguments ExplicitExecutionUDE.getUDEArguments(VariableStack stack)
           
protected  Arguments ParallelImplicitExecutionUDE.getUDEArguments(VariableStack stack)
           
protected  Arguments SequentialImplicitExecutionUDE.getUDEArguments(VariableStack stack)
           
 

Methods in org.globus.cog.karajan.workflow.nodes.user with parameters of type Arguments
protected  void ParallelImplicitExecutionUDE.prepareInstanceArguments(VariableStack stack, Arguments fnargs)
           
protected  void UserDefinedElement.prepareInstanceArguments(VariableStack stack, Arguments fnargs)
           
 void UserDefinedElement.startBody(VariableStack stack, Arguments fnargs)