|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.planner.visualize.WorkflowMeasurements
public class WorkflowMeasurements
A container object that stores the measurements for each site on which the workflow was executed.
| Field Summary | |
|---|---|
private Map |
mStore
The map that stores the list of Measurement indexed by site name. |
| Constructor Summary | |
|---|---|
WorkflowMeasurements()
The default constructor. |
|
| Method Summary | |
|---|---|
void |
addMeasurement(String site,
Measurement record)
Add a Measurement to the store. |
List |
getMeasurements(String site)
Returns the list of Measurement objects corresponding to a
particular site. |
Iterator |
siteIterator()
Returns an iterator to list of String site identifiers
for which data is available. |
void |
sort()
Sorts the records for each site. |
String |
toString()
Returns textual description of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private Map mStore
Measurement indexed by site name.
| Constructor Detail |
|---|
public WorkflowMeasurements()
| Method Detail |
|---|
public Iterator siteIterator()
String site identifiers
for which data is available.
public List getMeasurements(String site)
Measurement objects corresponding to a
particular site.
site - the site for which Measurements are required.
public void addMeasurement(String site,
Measurement record)
site - the site for which the record is logged.record - the Measurement record.public void sort()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||