Package bearinglocaliser.algorithms
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 Summary
-
Constructor Summary
ConstructorDescriptionConstructor used mainly by the beamogram wrapper class (WrappedBeamFormParams
), where the bearing params aren't set but the beamogram params areBearingAlgorithmParams
(int groupNumber, int channelMap) Standard constructor -
Method Summary
Modifier and TypeMethodDescriptionint
int
Get a set of data that describes all of the parameters in a classstatic long
void
setChannelMap
(int channelMap) void
setGroupNumber
(int groupNumber)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
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
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-