| Package | Description |
|---|---|
| edu.isi.pegasus.planner.dax |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,Set<Edge>> |
ADAG.mDependencies
Map of Dependencies between Job,DAX,DAG objects.
|
| Modifier and Type | Method and Description |
|---|---|
Edge |
Edge.clone() |
| Modifier and Type | Method and Description |
|---|---|
Set<Edge> |
ADAG.getEdges()
Returns a Set of all the Edge objects for the DAX.
|
Set<Edge> |
ADAG.getEdges(String child)
Returns a list of Edge objects for a child job/dax/dag id.
|
| Constructor and Description |
|---|
Edge(Edge e) |