Uses of Interface
gr.uoa.di.madgik.execution.plan.element.variable.IOutputParameter

Packages that use IOutputParameter
gr.uoa.di.madgik.execution.plan.element   
gr.uoa.di.madgik.execution.plan.element.condition   
gr.uoa.di.madgik.execution.plan.element.invocable   
gr.uoa.di.madgik.execution.plan.element.variable   
 

Uses of IOutputParameter in gr.uoa.di.madgik.execution.plan.element
 

Fields in gr.uoa.di.madgik.execution.plan.element declared as IOutputParameter
 IOutputParameter FileTransferPlanElement.Output
          After the file transfer operation this parameter will contain the respective StorageSystem return value.
 IOutputParameter CheckpointPlanElement.Output
          The Output where to store the created store locator
 IOutputParameter ShellPlanElement.StdExitValueParameter
          The parameter where to store the exit value of the process
 

Uses of IOutputParameter in gr.uoa.di.madgik.execution.plan.element.condition
 

Fields in gr.uoa.di.madgik.execution.plan.element.condition declared as IOutputParameter
 IOutputParameter ArrayIterationPlanCondition.CurrentArrayValueParameter
           
 

Uses of IOutputParameter in gr.uoa.di.madgik.execution.plan.element.invocable
 

Fields in gr.uoa.di.madgik.execution.plan.element.invocable declared as IOutputParameter
 IOutputParameter CallBase.OutputParameter
           
 

Uses of IOutputParameter in gr.uoa.di.madgik.execution.plan.element.variable
 

Subinterfaces of IOutputParameter in gr.uoa.di.madgik.execution.plan.element.variable
 interface IInputOutputParameter
           
 

Classes in gr.uoa.di.madgik.execution.plan.element.variable that implement IOutputParameter
 class FilteredInOutParameter
           
 class FilteredOutParameter
           
 class SimpleInOutParameter
           
 class SimpleOutParameter
           
 



Copyright © 2013. All Rights Reserved.