| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
PegasusBag
A bag of objects that needs to be passed to various refiners.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LabelBag
A bag implementation that just holds a particular value for the label key.
|
| Modifier and Type | Field and Description |
|---|---|
private Bag |
GraphNode.mBag
A Bag of objects that maybe associated with the node.
|
| Modifier and Type | Method and Description |
|---|---|
Bag |
GraphNode.getBag()
Returns the bag of objects associated with the node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphNode.setBag(Bag bag)
Sets the bag of objects associated with the node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataReuseEngine.BooleanBag
A bag implementation that cam be used to hold a boolean value associated with the
graph node
|
| Modifier and Type | Class and Description |
|---|---|
class |
HeftBag
A data class that implements the Bag interface and stores the extra information
that is required by the HEFT algorithm for each node.
|