Uses of Interface
edu.isi.pegasus.planner.partitioner.graph.Bag
-
Packages that use Bag Package Description edu.isi.pegasus.planner.classes edu.isi.pegasus.planner.partitioner.graph edu.isi.pegasus.planner.refiner edu.isi.pegasus.planner.selector.site.heft -
-
Uses of Bag in edu.isi.pegasus.planner.classes
Classes in edu.isi.pegasus.planner.classes that implement Bag Modifier and Type Class Description classPegasusBagA bag of objects that needs to be passed to various refiners. -
Uses of Bag in edu.isi.pegasus.planner.partitioner.graph
Classes in edu.isi.pegasus.planner.partitioner.graph that implement Bag Modifier and Type Class Description classLabelBagA bag implementation that just holds a particular value for the label key.Fields in edu.isi.pegasus.planner.partitioner.graph declared as Bag Modifier and Type Field Description private BagGraphNode. mBagA Bag of objects that maybe associated with the node.Methods in edu.isi.pegasus.planner.partitioner.graph that return Bag Modifier and Type Method Description BagGraphNode. getBag()Returns the bag of objects associated with the node.Methods in edu.isi.pegasus.planner.partitioner.graph with parameters of type Bag Modifier and Type Method Description voidGraphNode. setBag(Bag bag)Sets the bag of objects associated with the node. -
Uses of Bag in edu.isi.pegasus.planner.refiner
Classes in edu.isi.pegasus.planner.refiner that implement Bag Modifier and Type Class Description classDataReuseEngine.BooleanBagA bag implementation that cam be used to hold a boolean value associated with the graph node -
Uses of Bag in edu.isi.pegasus.planner.selector.site.heft
Classes in edu.isi.pegasus.planner.selector.site.heft that implement Bag Modifier and Type Class Description classHeftBagA data class that implements the Bag interface and stores the extra information that is required by the HEFT algorithm for each node.
-