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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected CBLocaliserSettngsclone()intGet a set of data that describes all of the parameters in a classvoidsetMinDetections(int minDetections) voidsetParentDataBlock(String parentDataBlock) voidsetTmAnnotationOptions(TMAnnotationOptions tmAnnotationOptions)  
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 
 - 
 - 
Constructor Details
- 
CBLocaliserSettngs
public CBLocaliserSettngs() 
 - 
 - 
Method Details
- 
clone
 - 
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: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.
 
 
 -