public class DaxJobHolder
extends java.lang.Object
Constructor and Description |
---|
DaxJobHolder() |
Modifier and Type | Method and Description |
---|---|
void |
addFileIn(int node,
java.lang.String link)
Adds the file in.
|
void |
addFileOut(int node,
java.lang.String link)
Adds the file out.
|
java.util.HashMap |
getFilesIn()
Gets the files in.
|
java.util.HashMap |
getFilesOut()
Gets the files out.
|
java.lang.String |
getJobID()
Gets the job id.
|
java.lang.String |
getLinkAtInNode(int node)
Gets the link at in node.
|
java.lang.String |
getLinkAtOutNode(int node)
Gets the link at out node.
|
int |
getNumInputNodes()
Gets the num input nodes.
|
int |
getNumOutputNodes()
Gets the num output nodes.
|
Tool |
getTool()
Gets the tool.
|
java.lang.String |
getToolname()
Gets the toolname.
|
java.lang.String |
getTrianaToolName()
Gets the triana tool name.
|
boolean |
isCollection()
Checks if is collection.
|
void |
setCollection(boolean collection)
Sets the collection.
|
void |
setJobID(java.lang.String jobID)
Sets the job id.
|
void |
setNumInputNodes(int numInputNodes)
Sets the num input nodes.
|
void |
setNumOutputNodes(int numOutputNodes)
Sets the num output nodes.
|
void |
setTool(Tool tool)
Sets the tool.
|
void |
setToolname(java.lang.String toolname)
Sets the toolname.
|
void |
setTrianaToolName(java.lang.String trianaToolName)
Sets the triana tool name.
|
public Tool getTool()
public void setTool(Tool tool)
tool
- the new toolpublic java.lang.String getToolname()
public void setToolname(java.lang.String toolname)
toolname
- the new toolnamepublic java.util.HashMap getFilesIn()
public java.util.HashMap getFilesOut()
public int getNumInputNodes()
public void setNumInputNodes(int numInputNodes)
numInputNodes
- the new num input nodespublic int getNumOutputNodes()
public void setNumOutputNodes(int numOutputNodes)
numOutputNodes
- the new num output nodespublic java.lang.String getTrianaToolName()
public void setTrianaToolName(java.lang.String trianaToolName)
trianaToolName
- the new triana tool namepublic java.lang.String getJobID()
public void setJobID(java.lang.String jobID)
jobID
- the new job idpublic void addFileIn(int node, java.lang.String link)
node
- the nodelink
- the linkpublic void addFileOut(int node, java.lang.String link)
node
- the nodelink
- the linkpublic java.lang.String getLinkAtInNode(int node)
node
- the nodepublic java.lang.String getLinkAtOutNode(int node)
node
- the nodepublic boolean isCollection()
public void setCollection(boolean collection)
collection
- the new collection