PamDetection
Class NewPamDataUnit

java.lang.Object
  extended by PamDetection.NewPamDataUnit

Deprecated.

@Deprecated
public abstract class NewPamDataUnit
extends java.lang.Object

Class to eventually replace existing PamDataUnits. IS abstract

Author:
Doug Gillespie

Field Summary
protected  long absBlockIndex
          Deprecated. Absolute block index, needed for searches once NPDU's start getting deleted off the front of the storage
private  PamDataBlock parentDataBlock
          Deprecated. Reference to parent data block
protected  long timeMilliseconds
          Deprecated. time the NewPamDataUnit was created based using standard Java time
 
Constructor Summary
NewPamDataUnit(long timeMilliseconds, PamDataBlock parentDataBlock)
          Deprecated. Reference to nearest Gps data block (I like to cross reference everything to GPS data) (Class GpsDataUnit not actually defined yet)
 
Method Summary
 long getAbsBlockIndex()
          Deprecated.  
 PamDataBlock getParentDataBlock()
          Deprecated.  
 long getTimeMilliseconds()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeMilliseconds

protected long timeMilliseconds
Deprecated. 
time the NewPamDataUnit was created based using standard Java time


absBlockIndex

protected long absBlockIndex
Deprecated. 
Absolute block index, needed for searches once NPDU's start getting deleted off the front of the storage


parentDataBlock

private PamDataBlock parentDataBlock
Deprecated. 
Reference to parent data block

Constructor Detail

NewPamDataUnit

public NewPamDataUnit(long timeMilliseconds,
                      PamDataBlock parentDataBlock)
Deprecated. 
Reference to nearest Gps data block (I like to cross reference everything to GPS data) (Class GpsDataUnit not actually defined yet)

Method Detail

getAbsBlockIndex

public long getAbsBlockIndex()
Deprecated. 

getParentDataBlock

public PamDataBlock getParentDataBlock()
Deprecated. 

getTimeMilliseconds

public long getTimeMilliseconds()
Deprecated.