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

Packages that use PCRelation
edu.isi.pegasus.planner.classes   
edu.isi.pegasus.planner.parser.dax   
 

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

Methods in edu.isi.pegasus.planner.classes with parameters of type PCRelation
 void DagInfo.addNewRelation(PCRelation relation)
          Adds a new PCRelation pair to the Vector of PCRelation pairs.
 

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

Fields in edu.isi.pegasus.planner.parser.dax with type parameters of type PCRelation
private  List<PCRelation> DAXParser2.mParents
          The list of parents of a node referred to by mCurrentChildId.
protected  List<PCRelation> DAXParser3.mParents
          List of parents for a child node in the graph
 

Method parameters in edu.isi.pegasus.planner.parser.dax with type arguments of type PCRelation
 void Callback.cbParents(String child, List<PCRelation> parents)
          Callback for child and parent relationships from Section 5: Dependencies that lists Parent Child relationships (can be empty)
 void DAX2CDAG.cbParents(String child, List<PCRelation> parents)
          Callback for child and parentID relationships from section 3.
 



Copyright © 2011 The University of Southern California. All Rights Reserved.