Package difar
Class DifarParameters.DifarTriggerParams
java.lang.Object
difar.DifarParameters.DifarTriggerParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- Enclosing class:
DifarParameters
public class DifarParameters.DifarTriggerParams
extends Object
implements Serializable, Cloneable, ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
include all channels in the clipint
Channel selection, all, first, one, etc.Data name of the trigger data block.static final int
Include only the detected channels in the clipboolean
Enabledstatic final int
Include only the first of the detected channels in the clipstatic final long
Name of species for auto-processing, or Default to send to DIFARQueuePanel -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
DETECTION_CHANNELS_ONLY
public static final int DETECTION_CHANNELS_ONLYInclude only the detected channels in the clip- See Also:
-
FIRST_DETECTION_CHANNEL_ONLY
public static final int FIRST_DETECTION_CHANNEL_ONLYInclude only the first of the detected channels in the clip- See Also:
-
ALL_CHANNELS
public static final int ALL_CHANNELSinclude all channels in the clip- See Also:
-
dataName
Data name of the trigger data block. -
enable
public boolean enableEnabled -
speciesLookupItem
-
speciesName
Name of species for auto-processing, or Default to send to DIFARQueuePanel -
channelSelection
public int channelSelectionChannel selection, all, first, one, etc.
-
-
Constructor Details
-
DifarTriggerParams
- Parameters:
dataName
-
-
-
Method Details
-
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.
-