Class BearingAlgorithmParams

java.lang.Object
bearinglocaliser.algorithms.BearingAlgorithmParams
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters
Direct Known Subclasses:
TOADBearingParams, WrappedBeamFormParams

public class BearingAlgorithmParams extends Object implements Serializable, Cloneable, ManagedParameters
See Also:
  • Field Details Link icon

    • serialVersionUID Link icon

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

      protected int groupNumber
      The group number these parameters are linked to
    • channelMap Link icon

      protected int channelMap
      Channel map describing the channels (hydrophones) used in this group
  • Constructor Details Link icon

    • BearingAlgorithmParams Link icon

      public BearingAlgorithmParams()
      Constructor used mainly by the beamogram wrapper class (WrappedBeamFormParams), where the bearing params aren't set but the beamogram params are
    • BearingAlgorithmParams Link icon

      public BearingAlgorithmParams(int groupNumber, int channelMap)
      Standard constructor
      Parameters:
      groupNumber -
      channelMap -
  • Method Details Link icon

    • getGroupNumber Link icon

      public int getGroupNumber()
    • setGroupNumber Link icon

      public void setGroupNumber(int groupNumber)
    • getChannelMap Link icon

      public int getChannelMap()
    • setChannelMap Link icon

      public void setChannelMap(int channelMap)
    • getSerialversionuid Link icon

      public static long getSerialversionuid()
    • getParameterSet Link icon

      public PamParameterSet getParameterSet()
      Description copied from interface: ManagedParameters
      Get a set of data that describes all of the parameters in a class
      Specified by:
      getParameterSet in interface ManagedParameters
      Returns:
      description of the parameters in a class.