Package group3dlocaliser.algorithm
Class LocaliserAlgorithmParams
java.lang.Object
group3dlocaliser.algorithm.LocaliserAlgorithmParams
- All Implemented Interfaces:
Serializable
This is a wrapper around any type of algorithm parameters so that
they can be easily serialised into a single hash table in the main
group localiser parameters section.
the algorithm provider class will have to check that these are of the right type before casting.
the algorithm provider class will have to check that these are of the right type before casting.
- Author:
- dg50
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAlgorithmParameters
(Serializable algorithmParameters) void
setXtraSourceParameters
(Serializable xtraSourceParameters)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
LocaliserAlgorithmParams
- Parameters:
algorithmParameters
-
-
LocaliserAlgorithmParams
public LocaliserAlgorithmParams()
-
-
Method Details
-
getAlgorithmParameters
- Returns:
- the algorithmParameters
-
setAlgorithmParameters
- Parameters:
algorithmParameters
- the algorithmParameters to set
-
getXtraSourceParameters
- Returns:
- the xtraSourceParameters
-
setXtraSourceParameters
- Parameters:
xtraSourceParameters
- the xtraSourceParameters to set
-