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

  • Constructor Details

    • BearingAlgorithmParams

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

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

    • getGroupNumber

      public int getGroupNumber()
    • setGroupNumber

      public void setGroupNumber(int groupNumber)
    • getChannelMap

      public int getChannelMap()
    • setChannelMap

      public void setChannelMap(int channelMap)
    • getSerialversionuid

      public static long getSerialversionuid()
    • getParameterSet

      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.