Package | Description |
---|---|
edu.isi.pegasus.planner.classes | |
edu.isi.pegasus.planner.code.generator.condor | |
edu.isi.pegasus.planner.parser.dax | |
edu.isi.pegasus.planner.refiner |
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.
|
Modifier and Type | Method and Description |
---|---|
private DagInfo |
ReductionEngine.constructNewDagInfo(DagInfo dagInfo,
Vector vDelJobs)
Constructs a DagInfo object for the
decomposed Dag on the basis of the jobs
which are deleted from the DAG by the
reduction algorithm
Note : We are plainly copying the
inputFiles and the outputFiles.
|
Modifier and Type | Method and Description |
---|---|
private DagInfo |
ReductionEngine.constructNewDagInfo(DagInfo dagInfo,
Vector vDelJobs)
Constructs a DagInfo object for the
decomposed Dag on the basis of the jobs
which are deleted from the DAG by the
reduction algorithm
Note : We are plainly copying the
inputFiles and the outputFiles.
|
Copyright © 2011 The University of Southern California. All Rights Reserved.