gr.uoa.di.madgik.workflow.adaptor.utils.jdl
Class OutputSandboxJDLResource
java.lang.Object
gr.uoa.di.madgik.workflow.adaptor.utils.jdl.OutputSandboxJDLResource
- All Implemented Interfaces:
- IOutputResource
public class OutputSandboxJDLResource
- extends Object
- implements IOutputResource
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. Each instance of this class is created for each output sandbox that is declared in the
supplied JDL description
- Author:
- gpapanikos
|
Field Summary |
String |
NodeName
If the file is defined in the context of a DAG node, the node's name is stated here |
int |
SandboxIndex
|
String |
SandboxName
The name this resource has in the respective sandbox that declares it |
String |
VariableID
The Variable id of the variable in the ExecutionPlan.Variables holding the Storage System
id of the actual output file |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableID
public String VariableID
- The Variable id of the variable in the
ExecutionPlan.Variables holding the Storage System
id of the actual output file
SandboxName
public String SandboxName
- The name this resource has in the respective sandbox that declares it
NodeName
public String NodeName
- If the file is defined in the context of a DAG node, the node's name is stated here
SandboxIndex
public int SandboxIndex
OutputSandboxJDLResource
public OutputSandboxJDLResource()
Copyright © 2012. All Rights Reserved.