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 Link icon

    • serialVersionUID Link icon

      public static final long serialVersionUID
      See Also:
    • blockLengthMillis Link icon

      public long blockLengthMillis
    • blockMode Link icon

      public BlockMode blockMode
  • Constructor Details Link icon

    • PamBlockParams Link icon

      public PamBlockParams(BlockMode blockMode, long blockLengthMillis)
    • PamBlockParams Link icon

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