Uses of Interface
gr.uoa.di.madgik.workflow.adaptor.utils.IOutputResource

Packages that use IOutputResource
gr.uoa.di.madgik.workflow.adaptor   
gr.uoa.di.madgik.workflow.adaptor.utils.condor   
gr.uoa.di.madgik.workflow.adaptor.utils.grid   
gr.uoa.di.madgik.workflow.adaptor.utils.hadoop   
gr.uoa.di.madgik.workflow.adaptor.utils.jdl   
 

Uses of IOutputResource in gr.uoa.di.madgik.workflow.adaptor
 

Methods in gr.uoa.di.madgik.workflow.adaptor that return types with arguments of type IOutputResource
 Set<IOutputResource> WorkflowJDLAdaptor.GetOutput()
          Retrieves the set of output resources containing info on the products of the workflow after the plan is executed.
 Set<IOutputResource> IWorkflowAdaptor.GetOutput()
          The retrieved set of output resources contains informations needed as to how to retrieve the outputs of the workflow after the execution of the created plan
 Set<IOutputResource> WorkflowGridAdaptor.GetOutput()
          Retrieves the set of output resources containing info on the products of the workflow after the plan is executed.
 Set<IOutputResource> WorkflowCondorAdaptor.GetOutput()
           
 Set<IOutputResource> WorkflowHadoopAdaptor.GetOutput()
           
 

Uses of IOutputResource in gr.uoa.di.madgik.workflow.adaptor.utils.condor
 

Classes in gr.uoa.di.madgik.workflow.adaptor.utils.condor that implement IOutputResource
 class OutputCondorResource
           
 

Uses of IOutputResource in gr.uoa.di.madgik.workflow.adaptor.utils.grid
 

Classes in gr.uoa.di.madgik.workflow.adaptor.utils.grid that implement IOutputResource
 class OutputSandboxGridResource
          This class acts as a container for information needed to retrieve the output files of a workflow created by the WorkflowGridAdaptor and can be used to retrieve the workflow output after the successful execution of the created plan.
 

Uses of IOutputResource in gr.uoa.di.madgik.workflow.adaptor.utils.hadoop
 

Classes in gr.uoa.di.madgik.workflow.adaptor.utils.hadoop that implement IOutputResource
 class OutputHadoopResource
           
 

Uses of IOutputResource in gr.uoa.di.madgik.workflow.adaptor.utils.jdl
 

Classes in gr.uoa.di.madgik.workflow.adaptor.utils.jdl that implement IOutputResource
 class OutputSandboxJDLResource
          This class acts as a container for information needed to retrieve the output files of a workflow created by the WorkflowJDLAdaptor and can be used to retrieve the workflow output after the successful execution of the created plan.
 



Copyright © 2013. All Rights Reserved.