Uses of Class
edu.isi.pegasus.planner.classes.DagInfo

Packages that use DagInfo
edu.isi.pegasus.planner.classes   
edu.isi.pegasus.planner.code.generator.condor   
edu.isi.pegasus.planner.parser.dax   
edu.isi.pegasus.planner.refiner   
 

Uses of DagInfo in edu.isi.pegasus.planner.classes
 

Fields in edu.isi.pegasus.planner.classes declared as DagInfo
 DagInfo ADag.dagInfo
          The DagInfo object which contains the information got from parsing the dax file.
 

Constructors in edu.isi.pegasus.planner.classes with parameters of type DagInfo
ADag(DagInfo dg, Vector vSubs)
          Overloaded constructor.
 

Uses of DagInfo in edu.isi.pegasus.planner.code.generator.condor
 

Methods in edu.isi.pegasus.planner.code.generator.condor with parameters of type DagInfo
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.
 

Uses of DagInfo in edu.isi.pegasus.planner.parser.dax
 

Fields in edu.isi.pegasus.planner.parser.dax declared as DagInfo
private  DagInfo DAX2CDAG.mDagInfo
          The DAGInfo object which contains information corresponding to the ADag in the XML file.
 

Uses of DagInfo in edu.isi.pegasus.planner.refiner
 

Methods in edu.isi.pegasus.planner.refiner that return DagInfo
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.
 

Methods in edu.isi.pegasus.planner.refiner with parameters of type DagInfo
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.