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:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classvoid
setBeamAlgorithmParams
(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:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Overrides:
getParameterSet
in classBearingAlgorithmParams
- Returns:
- description of the parameters in a class.
-