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 Link icon

  • Constructor Details Link icon

    • LocaliserAlgorithmParams Link icon

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

      public LocaliserAlgorithmParams()
  • Method Details Link icon

    • getAlgorithmParameters Link icon

      public Serializable getAlgorithmParameters()
      Returns:
      the algorithmParameters
    • setAlgorithmParameters Link icon

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

      public Serializable getXtraSourceParameters()
      Returns:
      the xtraSourceParameters
    • setXtraSourceParameters Link icon

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