Class Group3DParams

java.lang.Object
group3dlocaliser.Group3DParams
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

public class Group3DParams extends Object implements Serializable, Cloneable, ManagedParameters
See Also:
  • Field Details

  • Constructor Details

    • Group3DParams

      public Group3DParams()
  • Method Details

    • clone

      public Group3DParams clone()
    • getGrouperParams

      public DetectionGrouperParams getGrouperParams()
      Returns:
      the grouperParams
    • setGrouperParams

      public void setGrouperParams(DetectionGrouperParams grouperParams)
      Parameters:
      grouperParams - the grouperParams to set
    • getAlgorithmName

      public String getAlgorithmName()
      Returns:
      the algorithmName
    • setAlgorithmName

      public void setAlgorithmName(String algorithmName)
      Parameters:
      algorithmName - the algorithmName to set
    • getAlgorithmParams

      public LocaliserAlgorithmParams getAlgorithmParams(LocaliserAlgorithm3D algoProvider)
      Get the parameters for a specific algorithm type
      Parameters:
      algoProvider - algorithm provider
      Returns:
      algorithm params or null if not yet set
    • setAlgorithmParams

      public void setAlgorithmParams(LocaliserAlgorithm3D algorithmProvider, LocaliserAlgorithmParams localiserAlgorithmParams)
      Set the parameters for a specific algorithm type
      Parameters:
      algorithmProvider - algorithm provider
      localiserAlgorithmParams - specific params, or null to remove them from the list.
    • 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.
    • getSourceName

      public String getSourceName()
      Returns:
      the sourceName
    • setSourceName

      public void setSourceName(String sourceName)
      Parameters:
      sourceName - the sourceName to set