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 Details

  • Constructor Details

    • CBLocaliserSettngs

      public CBLocaliserSettngs()
  • Method Details

    • getParentDataBlock

      public String getParentDataBlock()
      Returns:
      the parentDataBlock
    • setParentDataBlock

      public void setParentDataBlock(String parentDataBlock)
      Parameters:
      parentDataBlock - the parentDataBlock to set
    • getTmAnnotationOptions

      public TMAnnotationOptions getTmAnnotationOptions()
      Returns:
      the tmAnnotationOptions
    • setTmAnnotationOptions

      public void setTmAnnotationOptions(TMAnnotationOptions tmAnnotationOptions)
      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

      public PamParameterSet getParameterSet()
      Description copied from interface: ManagedParameters
      Get a set of data that describes all of the parameters in a class
      Specified by:
      getParameterSet in interface ManagedParameters
      Returns:
      description of the parameters in a class.