Package | Description |
---|---|
edu.isi.pegasus.planner.classes | |
edu.isi.pegasus.planner.parser.dax |
Modifier and Type | Method and Description |
---|---|
void |
DagInfo.addNewRelation(PCRelation relation)
Adds a new PCRelation pair to the Vector of
PCRelation
pairs. |
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 |
DAX2CDAG.cbParents(String child,
List<PCRelation> parents)
Callback for child and parentID relationships from section 3.
|
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)
|