|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.drl.rtstps.core.output.hdf5.WeightedRDRList
class WeightedRDRList
The list of active RDRs which various access functions. The main feature is that the SpacecraftDiary is always weighted to be at the END of the list. The list then is not alphabetical, simple in the order the RDR creation process started with the special case that the Spacecraft Diary is at the end of the list. NOTE: this is currently not used and may be deprecated in the near future.
Field Summary | |
---|---|
private java.util.LinkedList<RDR> |
weightedList
|
Constructor Summary | |
---|---|
WeightedRDRList()
|
Method Summary | |
---|---|
(package private) RDR |
get(RDRName rdrName)
Find the RDR by name or return null |
(package private) java.util.List<RDR> |
getList()
Get all the RDRs in the list |
(package private) void |
put(RDR rdr)
Put the RDR object in question in the list and weight according to some internal algorithm. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.LinkedList<RDR> weightedList
Constructor Detail |
---|
WeightedRDRList()
Method Detail |
---|
void put(RDR rdr)
rdr
- an RDR object of interestRDR get(RDRName rdrName)
rdrName
- the RDR of interest
java.util.List<RDR> getList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |