public class DaxFileHolder
extends java.lang.Object
| Constructor and Description |
|---|
DaxFileHolder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addJobIn(int node,
java.lang.String id)
Adds the job in.
|
void |
addJobOut(int node,
java.lang.String id)
Adds the job out.
|
java.lang.String |
getFilename()
Gets the filename.
|
int |
getFreeInNode()
Gets the free in node.
|
int |
getFreeOutNode()
Gets the free out node.
|
java.lang.String |
getJobAtInNode(int node)
Gets the job at in node.
|
java.lang.String |
getJobAtOutNode(int node)
Gets the job 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 |
getTrianaToolName()
Gets the triana tool name.
|
int |
getUnconnectedInNode()
Gets the unconnected in node.
|
int |
getUnconnectedOutNode()
Gets the unconnected out node.
|
void |
setFilename(java.lang.String filename)
Sets the filename.
|
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 |
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 getFilename()
public void setFilename(java.lang.String filename)
filename - the new filenamepublic 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 void addJobIn(int node,
java.lang.String id)
node - the nodeid - the idpublic void addJobOut(int node,
java.lang.String id)
node - the nodeid - the idpublic java.lang.String getJobAtInNode(int node)
node - the nodepublic java.lang.String getJobAtOutNode(int node)
node - the nodepublic int getFreeInNode()
public int getFreeOutNode()
public int getUnconnectedInNode()
public int getUnconnectedOutNode()