Package group3dlocaliser
Class Group3DParams
java.lang.Object
group3dlocaliser.Group3DParams
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionclone()getAlgorithmParams(LocaliserAlgorithm3D algoProvider) Get the parameters for a specific algorithm typeGet a set of data that describes all of the parameters in a classvoidsetAlgorithmName(String algorithmName) voidsetAlgorithmParams(LocaliserAlgorithm3D algorithmProvider, LocaliserAlgorithmParams localiserAlgorithmParams) Set the parameters for a specific algorithm typevoidsetExportCoordinateName(CoordinateName exportCoordinateName) voidsetGrouperParams(DetectionGrouperParams grouperParams) voidsetSourceName(String sourceName)  
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 
 - 
 - 
Constructor Details
- 
Group3DParams
public Group3DParams() 
 - 
 - 
Method Details
- 
clone
 - 
getGrouperParams
- Returns:
 - the grouperParams
 
 - 
setGrouperParams
- Parameters:
 grouperParams- the grouperParams to set
 - 
getAlgorithmName
- Returns:
 - the algorithmName
 
 - 
setAlgorithmName
- Parameters:
 algorithmName- the algorithmName to set
 - 
getAlgorithmParams
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 providerlocaliserAlgorithmParams- specific params, or null to remove them from the list.
 - 
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.
 
 - 
getSourceName
- Returns:
 - the sourceName
 
 - 
setSourceName
- Parameters:
 sourceName- the sourceName to set
 - 
getExportCoordinateName
- Returns:
 - the exportCoordinateName
 
 - 
setExportCoordinateName
- Parameters:
 exportCoordinateName- the exportCoordinateName to set
 
 -