Class IshAnchorGroup

All Implemented Interfaces:
Comparable<PamDataUnit>, PamDetection, AcousticDataUnit

public class IshAnchorGroup extends SuperDetection<IshDetWrapper> implements PamDetection
Brings together groups of IshDetWrappers
Author:
Doug
  • Constructor Details

    • IshAnchorGroup

      public IshAnchorGroup(long timeMilliseconds, int channelBitmap, long startSample, long duration)
  • Method Details

    • getAnchor

      public IshDetWrapper getAnchor()
      Returns:
      Returns the anchor.
    • setAnchor

      public void setAnchor(IshDetWrapper anchor)
      Parameters:
      anchor - The anchor to set.