IshmaelDetector
Class MatchFiltParams

java.lang.Object
  extended by IshmaelDetector.IshDetParams
      extended by IshmaelDetector.MatchFiltParams
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class MatchFiltParams
extends IshDetParams
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Field Summary
(package private)  java.util.ArrayList<java.lang.String> kernelFilenameList
          This is a list of file names that the user has picked recently.
static int MAX_FILENAME_LIST_SIZE
           
static long serialVersionUID
           
 
Fields inherited from class IshmaelDetector.IshDetParams
channelList, inputDataSource, minTime, name, refractoryTime, thresh, vscale
 
Constructor Summary
MatchFiltParams()
           
 
Method Summary
protected  MatchFiltParams clone()
           
 java.lang.String getKernelFilename()
          Return the name of the kernel file, or "" if none.
 
Methods inherited from class IshmaelDetector.IshDetParams
getName, setName
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

kernelFilenameList

java.util.ArrayList<java.lang.String> kernelFilenameList
This is a list of file names that the user has picked recently. The 0th element of it is the matched filter kernel; later items are there only to make it easy for the user to re-pick them.


MAX_FILENAME_LIST_SIZE

public static final int MAX_FILENAME_LIST_SIZE
See Also:
Constant Field Values
Constructor Detail

MatchFiltParams

public MatchFiltParams()
Method Detail

clone

protected MatchFiltParams clone()
Overrides:
clone in class IshDetParams

getKernelFilename

public java.lang.String getKernelFilename()
Return the name of the kernel file, or "" if none.