Uses of Class
edu.isi.pegasus.planner.dax.Edge
-
Packages that use Edge Package Description edu.isi.pegasus.planner.dax -
-
Uses of Edge in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax with type parameters of type Edge Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.Set<Edge>>
ADAG. mDependencies
Map of Dependencies between Job,DAX,DAG objects.Methods in edu.isi.pegasus.planner.dax that return Edge Modifier and Type Method Description Edge
Edge. clone()
Methods in edu.isi.pegasus.planner.dax that return types with arguments of type Edge Modifier and Type Method Description java.util.Set<Edge>
ADAG. getEdges()
Returns a Set of all the Edge objects for the DAX.Returns empty if no dependencies.java.util.Set<Edge>
ADAG. getEdges(java.lang.String child)
Returns a list of Edge objects for a child job/dax/dag id.Constructors in edu.isi.pegasus.planner.dax with parameters of type Edge Constructor Description Edge(Edge e)
-