Package clickDetector.dataSelector
Class ClickTrainDataSelect2Params
java.lang.Object
PamguardMVC.dataSelector.DataSelectParams
clickDetector.dataSelector.ClickTrainDataSelect2Params
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
public class ClickTrainDataSelect2Params
extends DataSelectParams
implements Cloneable, Serializable, ManagedParameters
- See Also:
-
Field Summary
Fields inherited from class PamguardMVC.dataSelector.DataSelectParams
DATA_SELECT_AND, DATA_SELECT_DISABLE, DATA_SELECT_OR
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classboolean
boolean
isWantType
(String type) Get if we want a click typevoid
setIncludeUnclassified
(boolean includeUnclassified) void
setWantType
(String type, boolean want) Set whether or not we want a type based on the String click train typeMethods inherited from class PamguardMVC.dataSelector.DataSelectParams
getCombinationFlag, setCombinationFlag
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ClickTrainDataSelect2Params
public ClickTrainDataSelect2Params()
-
-
Method Details
-
setWantType
Set whether or not we want a type based on the String click train type- Parameters:
type
- click type codewant
- want it or not
-
isWantType
Get if we want a click type- Parameters:
type
- click type- Returns:
- true if wanted
-
isIncludeUnclassified
public boolean isIncludeUnclassified()- Returns:
- the includeUnclassified
-
setIncludeUnclassified
public void setIncludeUnclassified(boolean includeUnclassified) - Parameters:
includeUnclassified
- the includeUnclassified to set
-
getSelectedList
- Returns:
- an Array list of selected keys
-
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 classDataSelectParams
- Returns:
- description of the parameters in a class.
-