Package qa

Class ClusterParameters

java.lang.Object
qa.ClusterParameters
All Implemented Interfaces:
Serializable, Cloneable

public class ClusterParameters extends Object implements Serializable, Cloneable
Parameters controlling tests of a single cluster type
Author:
dg50
See Also:
  • Field Details Link icon

    • serialVersionUID Link icon

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

      public double monitorRange
      Default Monitoring range in metres
    • runImmediate Link icon

      public boolean runImmediate
      include in immediate tests.
    • runRandom Link icon

      public boolean runRandom
      Include in the more randomized tests
    • primaryDetectionBlock Link icon

      public String primaryDetectionBlock
      long name of primary detection block for this cluster.
  • Constructor Details Link icon

    • ClusterParameters Link icon

      public ClusterParameters()
  • Method Details Link icon

    • clone Link icon

      public ClusterParameters clone()
    • setSelectedDetector Link icon

      public void setSelectedDetector(PamDataBlock dataBlock, boolean isSelected)
      Set if this cluster is to be compared to the output of the given detector
      Parameters:
      dataBlock - detection data block
      isSelected - set if is selected.
    • isSelectedDetector Link icon

      public boolean isSelectedDetector(PamDataBlock dataBlock)
      Set if this cluster is to be compared to the output of the given detector
      Parameters:
      dataBlock - detection data block
      Returns:
      true if analysis should compare this detector with this cluster.