Class RWDataSelector

java.lang.Object
PamguardMVC.dataSelector.DataSelector
RightWhaleEdgeDetector.datasel.RWDataSelector

public class RWDataSelector extends DataSelector
  • Constructor Details

    • RWDataSelector

      public RWDataSelector(PamDataBlock pamDataBlock, String selectorName, boolean allowScores)
  • Method Details

    • setParams

      public void setParams(DataSelectParams dataSelectParams)
      Description copied from class: DataSelector
      Set selection parameters from centralised storage.
      Specified by:
      setParams in class DataSelector
    • getParams

      public DataSelectParams getParams()
      Description copied from class: DataSelector
      Get selection parameters for more organised centralised storage. This must never be null since all selectors have an enable / disable options added to them automatically in their dialogs.
      Specified by:
      getParams in class DataSelector
      Returns:
    • getDialogPanel

      public PamDialogPanel getDialogPanel()
      Specified by:
      getDialogPanel in class DataSelector
      Returns:
      a dialog panel which can be used in a wider dialog
    • getDialogPaneFX

      public DynamicSettingsPane<Boolean> getDialogPaneFX()
      Specified by:
      getDialogPaneFX in class DataSelector
      Returns:
      a FX pane which can be used in a wider dialog
    • scoreData

      public double scoreData(PamDataUnit pamDataUnit)
      Description copied from class: DataSelector
      Score a PAMDataUnit. this is used in preference to a boolean select function so that the user can add different return flags. Generally 0 indicates false.
      Specified by:
      scoreData in class DataSelector
      Parameters:
      pamDataUnit - - the input data unit.
      Returns:
      score of data out. 0 usually indicates false.
    • getDataSelParams

      public RWDataSelParams getDataSelParams()
      Returns:
      the dataSelParams
    • setDataSelParams

      public void setDataSelParams(RWDataSelParams dataSelParams)
      Parameters:
      dataSelParams - the dataSelParams to set