| Package | Description |
|---|---|
| edu.isi.pegasus.planner.classes | |
| edu.isi.pegasus.planner.code.generator.condor | |
| edu.isi.pegasus.planner.parser.dax |
| Modifier and Type | Field and Description |
|---|---|
DagInfo |
ADag.dagInfo
The DagInfo object which contains the information got from parsing the
dax file.
|
| Constructor and Description |
|---|
ADag(DagInfo dg,
Vector vSubs)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected File |
CondorGenerator.initializeDagFileWriter(String filename,
DagInfo dinfo)
Initializes the file handler to the dag file and writes the header to it.
|
protected void |
CondorGenerator.writeDagFileTail(DagInfo dinfo)
It writes the relations making up the DAG in the dag file and and closes
the file handle to it.
|
| Modifier and Type | Field and Description |
|---|---|
private DagInfo |
DAX2CDAG.mDagInfo
The DAGInfo object which contains information corresponding to the ADag in
the XML file.
|