|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--EVEDemo.PSWEEP.UpdateDataSet
|
+--EVEDemo.PSWEEP.PPUSet
This class implement a set of data updates with a specific size. It represents the Parallel Processing Update Set.
| Field Summary | |
(package private) int |
SizeOfSet
The size of this set. |
| Fields inherited from class EVEDemo.PSWEEP.UpdateDataSet |
enum,
Set |
| Constructor Summary | |
PPUSet(int i)
Construct a set with size i. |
|
| Method Summary | |
boolean |
append(java.lang.Object elm)
Append one element to this set. |
boolean |
isFull()
Check whether the set is full. |
boolean |
isRelated(UpdateData du)
Check if the specific data update is in the set. |
| Methods inherited from class EVEDemo.PSWEEP.UpdateDataSet |
addElement,
elementAt,
exists,
peek,
peekNext,
removeElement,
size |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
int SizeOfSet
| Constructor Detail |
public PPUSet(int i)
i - the size of set.| Method Detail |
public boolean append(java.lang.Object elm)
elm - to be added elementpublic boolean isFull()
public boolean isRelated(UpdateData du)
du - the specific data update need to be checked.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||