Package beamformer.algorithms
Class StaticAlgoProperties
java.lang.Object
beamformer.algorithms.StaticAlgoProperties
Fixed properties of a beam forming algorithm.
- Author:
- dg50
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Get a shorter name more suitable for writing to the database and to binary files.boolean
void
setCanBeamogram
(boolean canBeamogram) void
-
Constructor Details
-
StaticAlgoProperties
-
-
Method Details
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-
isCanBeamogram
public boolean isCanBeamogram()- Returns:
- the canBeamogram
-
setCanBeamogram
public void setCanBeamogram(boolean canBeamogram) - Parameters:
canBeamogram
- the canBeamogram to set
-
getShortName
Get a shorter name more suitable for writing to the database and to binary files.- Returns:
-