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

    • serialVersionUID

      public static final long serialVersionUID
      See Also:
    • monitorRange

      public double monitorRange
      Default Monitoring range in metres
    • runImmediate

      public boolean runImmediate
      include in immediate tests.
    • runRandom

      public boolean runRandom
      Include in the more randomized tests
    • primaryDetectionBlock

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

    • ClusterParameters

      public ClusterParameters()
  • Method Details

    • clone

      public ClusterParameters clone()
    • setSelectedDetector

      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

      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.