Package bearinglocaliser.beamformer
Class WrappedBeamFormParams
java.lang.Object
bearinglocaliser.algorithms.BearingAlgorithmParams
bearinglocaliser.beamformer.WrappedBeamFormParams
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
public class WrappedBeamFormParams
extends BearingAlgorithmParams
implements Serializable, ManagedParameters
- See Also:
-
Field Summary
Fields inherited from class bearinglocaliser.algorithms.BearingAlgorithmParams
channelMap, groupNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classvoidsetBeamAlgorithmParams(BeamAlgorithmParams beamAlgorithmParams) Methods inherited from class bearinglocaliser.algorithms.BearingAlgorithmParams
getChannelMap, getGroupNumber, getSerialversionuid, setChannelMap, setGroupNumber
-
Constructor Details
-
WrappedBeamFormParams
-
-
Method Details
-
getBeamAlgorithmParams
- Returns:
- the beamAlgorithmParams
-
setBeamAlgorithmParams
- Parameters:
beamAlgorithmParams- the beamAlgorithmParams to set
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Overrides:
getParameterSetin classBearingAlgorithmParams- Returns:
- description of the parameters in a class.
-