Package crossedbearinglocaliser
Class CBLocaliserSettngs
java.lang.Object
crossedbearinglocaliser.CBLocaliserSettngs
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
public class CBLocaliserSettngs
extends Object
implements Serializable, Cloneable, ManagedParameters
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Get a set of data that describes all of the parameters in a classvoid
setMinDetections
(int minDetections) void
setParentDataBlock
(String parentDataBlock) void
setTmAnnotationOptions
(TMAnnotationOptions tmAnnotationOptions)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
CBLocaliserSettngs
public CBLocaliserSettngs()
-
-
Method Details
-
getParentDataBlock
- Returns:
- the parentDataBlock
-
setParentDataBlock
- Parameters:
parentDataBlock
- the parentDataBlock to set
-
getTmAnnotationOptions
- Returns:
- the tmAnnotationOptions
-
setTmAnnotationOptions
- Parameters:
tmAnnotationOptions
- the tmAnnotationOptions to set
-
getMinDetections
public int getMinDetections()- Returns:
- the minDetections
-
setMinDetections
public void setMinDetections(int minDetections) - Parameters:
minDetections
- the minDetections to set
-
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.
-