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 java.util.Collection<PCRelation> |
Abstract.mClusteredRelations
The collection of relations, that is constructed for the clustered
workflow.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<PCRelation> |
DAXParser2.mParents
The list of parents of a node referred to by mCurrentChildId.
|
protected java.util.List<PCRelation> |
DAXParser3.mParents
List of parents for a child node in the graph
|
Modifier and Type | Method and Description |
---|---|
void |
DAX2CDAG.cbParents(java.lang.String child,
java.util.List<PCRelation> parents)
Callback for child and parentID relationships from section 3.
|
void |
Callback.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)
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Map |
NodeCollapser.edgeList2Graph(java.util.Collection<PCRelation> relations,
java.util.Map nameIDMap)
Deprecated.
as part of PM-747
|