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

Packages that use IInputParameter
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.invocable.simple   
gr.uoa.di.madgik.execution.plan.element.variable   
gr.uoa.di.madgik.execution.utils   
 

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

Fields in gr.uoa.di.madgik.execution.plan.element declared as IInputParameter
 IInputParameter FileTransferPlanElement.Input
          This parameter holds the input value of the FileTransferPlanElement operation.
 IInputParameter FileTransferPlanElement.MoveTo
          After a file has been retrieved from the StorageSystem, it is stored in a temporary location.
 IInputParameter ShellPlanElement.StdInParameter
          The parameter to retrieve the products of the standard input.
 

Fields in gr.uoa.di.madgik.execution.plan.element with type parameters of type IInputParameter
 List<IInputParameter> CheckpointPlanElement.Inputs
          The Inputs that store the locators to be checkpointed.
 List<IInputParameter> ParameterProcessingPlanElement.Parameters
          The Parameters that are to be evaluated
 

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

Fields in gr.uoa.di.madgik.execution.plan.element.condition declared as IInputParameter
 IInputParameter ArrayIterationPlanCondition.ArrayParameter
           
 IInputParameter CounterPlanCondition.CounterEndParameter
           
 IInputParameter CounterPlanCondition.CounterStartParameter
           
 IInputParameter BooleanVariableCondition.FlagParameter
           
 IInputParameter CounterPlanCondition.IncrementStepParameter
           
 IInputParameter DecimalRangePlanCondition.RangeEndParameter
           
 IInputParameter DecimalRangePlanCondition.RangeStartParameter
           
 

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

Fields in gr.uoa.di.madgik.execution.plan.element.invocable declared as IInputParameter
 IInputParameter ArgumentBase.Parameter
           
 

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

Fields in gr.uoa.di.madgik.execution.plan.element.invocable.simple declared as IInputParameter
 IInputParameter AttributedInputParameter.Parameter
           
 

Constructors in gr.uoa.di.madgik.execution.plan.element.invocable.simple with parameters of type IInputParameter
AttributedInputParameter(IInputParameter Parameter)
           
AttributedInputParameter(IInputParameter Parameter, boolean IsFile)
           
 

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

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

Classes in gr.uoa.di.madgik.execution.plan.element.variable that implement IInputParameter
 class FilteredInOutParameter
           
 class FilteredInParameter
           
 class SimpleInOutParameter
           
 class SimpleInParameter
           
 

Uses of IInputParameter in gr.uoa.di.madgik.execution.utils
 

Constructors in gr.uoa.di.madgik.execution.utils with parameters of type IInputParameter
ThreadBufferedWriter(OutputStream stream, IInputParameter StdInParameter, boolean StdInIsFile, ExecutionHandle Handle, Object lockMe)
           
 



Copyright © 2013. All Rights Reserved.