Uses of Class
edu.isi.pegasus.planner.classes.PCRelation
-
Packages that use PCRelation Package Description edu.isi.pegasus.planner.cluster edu.isi.pegasus.planner.parser.dax edu.isi.pegasus.planner.refiner -
-
Uses of PCRelation in edu.isi.pegasus.planner.cluster
Fields in edu.isi.pegasus.planner.cluster with type parameters of type PCRelation Modifier and Type Field Description protected java.util.Collection<PCRelation>Abstract. mClusteredRelationsThe collection of relations, that is constructed for the clustered workflow. -
Uses of PCRelation in edu.isi.pegasus.planner.parser.dax
Fields in edu.isi.pegasus.planner.parser.dax with type parameters of type PCRelation Modifier and Type Field Description private java.util.List<PCRelation>DAXParser2. mParentsThe list of parents of a node referred to by mCurrentChildId.protected java.util.List<PCRelation>DAXParser3. mParentsList of parents for a child node in the graphMethod parameters in edu.isi.pegasus.planner.parser.dax with type arguments of type PCRelation Modifier and Type Method Description voidCallback. cbParents(java.lang.String child, java.util.List<PCRelation> parents)Callback for child and parent relationships from Section 5: Dependencies that lists Parent Child relationships (can be empty)voidDAX2CDAG. cbParents(java.lang.String child, java.util.List<PCRelation> parents)Callback for child and parentID relationships from section 3. -
Uses of PCRelation in edu.isi.pegasus.planner.refiner
Method parameters in edu.isi.pegasus.planner.refiner with type arguments of type PCRelation Modifier and Type Method Description protected java.util.MapNodeCollapser. edgeList2Graph(java.util.Collection<PCRelation> relations, java.util.Map nameIDMap)Deprecated.as part of PM-747
-