Package spectrogramNoiseReduction
Class SpectrogramNoiseSettings
java.lang.Object
spectrogramNoiseReduction.SpectrogramNoiseSettings
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
public class SpectrogramNoiseSettings
extends Object
implements Serializable, Cloneable, ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSettings
(Serializable set) void
clone()
Get a set of data that describes all of the parameters in a classgetSettings
(int iSet) boolean[]
Added so that the run methods could be properly logged in the XML outputboolean
isRunMethod
(int iMethod) void
setRunMethod
(int iMethod, boolean run)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
methodSettings
-
dataSource
-
channelList
public int channelList
-
-
Constructor Details
-
SpectrogramNoiseSettings
public SpectrogramNoiseSettings()
-
-
Method Details
-
clearSettings
public void clearSettings() -
addSettings
-
getSettings
-
isRunMethod
public boolean[] isRunMethod()Added so that the run methods could be properly logged in the XML output- Returns:
-
isRunMethod
public boolean isRunMethod(int iMethod) -
setRunMethod
public void setRunMethod(int iMethod, boolean run) -
clone
-
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.
-