Class PamBlockDataList

java.lang.Object
PamguardMVC.PamDataUnit
PamguardMVC.blockprocess.PamBlockDataList
All Implemented Interfaces:
Comparable

public class PamBlockDataList extends PamDataUnit
A list of PamDataUnits, set as a data unit itself so that it can be passed through a threaded observer.
Author:
dg50
  • Constructor Details

    • PamBlockDataList

      public PamBlockDataList()
  • Method Details

    • add

      public void add(PamDataUnit dataUnit)
    • getDurationMillis

      public long getDurationMillis()
      This should return a negative number if it's a reversed list.
      Returns:
      length of list in milliseconds
    • getList

      public List<PamDataUnit> getList()
      Returns:
      the internal list of PamDataUnit's.
    • getNumDataUnits

      public int getNumDataUnits()