Package Filters
Class FilterParameters_2
java.lang.Object
Filters.FilterParameters_2
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
public class FilterParameters_2
extends Object
implements Serializable, Cloneable, ManagedParameters
FilterPArameters for use when the filter is on it's own (within a FilterController)
 rather than combined into some other detector.
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionintstatic final long - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionclone()Get a set of data that describes all of the parameters in a class 
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 - 
rawDataSource
 - 
channelBitmap
public int channelBitmap - 
filterParams
 
 - 
 - 
Constructor Details
- 
FilterParameters_2
public FilterParameters_2() 
 - 
 - 
Method Details
- 
clone
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 
 -