|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.planner.transfer.refiner.Chain.TransferChain
private class Chain.TransferChain
A shallow container class, that contains the list of the names of the transfer jobs and can return the last job in the list.
| Field Summary | |
|---|---|
private LinkedList |
mChain
The linked list that maintians the chain of names of the transfer jobs. |
| Constructor Summary | |
|---|---|
Chain.TransferChain()
The default constructor. |
|
| Method Summary | |
|---|---|
void |
add(String name)
Adds to the end of the chain. |
String |
getLast()
Returns the last element in the chain. |
String |
toString()
Returns the 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 LinkedList mChain
| Constructor Detail |
|---|
public Chain.TransferChain()
| Method Detail |
|---|
public void add(String name)
name - the name of the transfer job.public String getLast()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||