Package org.ivoa.dm.caom2
Class Algorithm.AlgorithmBuilder
java.lang.Object
org.ivoa.dm.caom2.Algorithm.AlgorithmBuilder
- Enclosing class:
- Algorithm
A builder class for Algorithm, mainly for use in the functional builder pattern.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
create a Algorithm from this builder.- Returns:
- an object initialized from the builder.
-