Class Algorithm.AlgorithmBuilder

java.lang.Object
org.ivoa.dm.caom2.Algorithm.AlgorithmBuilder
Enclosing class:
Algorithm

public static class Algorithm.AlgorithmBuilder extends Object
A builder class for Algorithm, mainly for use in the functional builder pattern.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    common name of the algorithm; the value 'exposure' is reserved for use in SimpleObservation; TBD: publish a list of acceptable values as a machine-readable vocabulary?.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create a Algorithm from this builder.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • name

      public String name
      common name of the algorithm; the value 'exposure' is reserved for use in SimpleObservation; TBD: publish a list of acceptable values as a machine-readable vocabulary?.
  • Constructor Details

    • AlgorithmBuilder

      public AlgorithmBuilder()
  • Method Details

    • create

      public Algorithm create()
      create a Algorithm from this builder.
      Returns:
      an object initialized from the builder.