Class LocaliserAlgorithmParams

java.lang.Object
group3dlocaliser.algorithm.LocaliserAlgorithmParams
All Implemented Interfaces:
Serializable

public class LocaliserAlgorithmParams extends Object implements 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.
Author:
dg50
See Also:
  • Field Details

  • Constructor Details

    • LocaliserAlgorithmParams

      public LocaliserAlgorithmParams(Serializable algorithmParameters)
      Parameters:
      algorithmParameters -
    • LocaliserAlgorithmParams

      public LocaliserAlgorithmParams()
  • Method Details

    • getAlgorithmParameters

      public Serializable getAlgorithmParameters()
      Returns:
      the algorithmParameters
    • setAlgorithmParameters

      public void setAlgorithmParameters(Serializable algorithmParameters)
      Parameters:
      algorithmParameters - the algorithmParameters to set
    • getXtraSourceParameters

      public Serializable getXtraSourceParameters()
      Returns:
      the xtraSourceParameters
    • setXtraSourceParameters

      public void setXtraSourceParameters(Serializable xtraSourceParameters)
      Parameters:
      xtraSourceParameters - the xtraSourceParameters to set