Class PamBlockParams

java.lang.Object
PamguardMVC.blockprocess.PamBlockParams
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

public class PamBlockParams extends Object implements Cloneable, Serializable, ManagedParameters
Parameters for controlling a PamBlockProcess
Author:
dg50
See Also:
  • Field Details

    • serialVersionUID

      public static final long serialVersionUID
      See Also:
    • blockLengthMillis

      public long blockLengthMillis
    • blockMode

      public BlockMode blockMode
  • Constructor Details

    • PamBlockParams

      public PamBlockParams(BlockMode blockMode, long blockLengthMillis)
    • PamBlockParams

      public PamBlockParams()
      Generic constructor, to just go with the defaults
  • Method Details