|
|||||||||
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.TimeSpanPacketList
public class TimeSpanPacketList
A helper class for the TimeManagedPacketList, this marks the list of designated packets as either open on front or beginning, open at the end, or complete enclosed or encapsulated or open both on the front and end.
Field Summary | |
---|---|
private java.util.List<Packet> |
spanList
|
private TimeSpanType |
tst
|
Constructor Summary | |
---|---|
TimeSpanPacketList(int firstIndex,
int endingIndex,
java.util.List<Packet> packetList)
Create the list and mark it as either being open or enclosed in various ways |
Method Summary | |
---|---|
java.util.List<Packet> |
getList()
The spanned list of packets |
TimeSpanType |
getTimeSpanType()
The type of span, whether it open on one or both ends or enclosed |
int |
size()
The size of the list of packets being spanned |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.List<Packet> spanList
private TimeSpanType tst
Constructor Detail |
---|
public TimeSpanPacketList(int firstIndex, int endingIndex, java.util.List<Packet> packetList)
firstIndex
- the first index is either -1 for open, or some index within the listendingIndex
- the last index is either -1 for open, or some index within the listpacketList
- the packet list of interestMethod Detail |
---|
public int size()
public java.util.List<Packet> getList()
public TimeSpanType getTimeSpanType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |