Package | Description |
---|---|
edu.isi.pegasus.planner.cluster | |
edu.isi.pegasus.planner.parser.dax | |
edu.isi.pegasus.planner.refiner |
Modifier and Type | Field and Description |
---|---|
protected Collection<PCRelation> |
Abstract.mClusteredRelations
The collection of relations, that is constructed for the clustered
workflow.
|
Modifier and Type | Field and Description |
---|---|
protected List<PCRelation> |
DAXParser3.mParents
List of parents for a child node in the graph
|
private List<PCRelation> |
DAXParser2.mParents
The list of parents of a node referred to by mCurrentChildId.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Map |
NodeCollapser.edgeList2Graph(Collection<PCRelation> relations,
Map nameIDMap)
Deprecated.
as part of PM-747
|