Package org.ivoa.dm.caom2
Class Observable.ObservableBuilder
java.lang.Object
org.ivoa.dm.caom2.Observable.ObservableBuilder
- Enclosing class:
- Observable
A builder class for Observable, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionterm describing the calibration of the observable values.Unified Content Descriptor (UCD) that says what kind of quantity is stored. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ucd
Unified Content Descriptor (UCD) that says what kind of quantity is stored. -
calibration
term describing the calibration of the observable values.
-
-
Constructor Details
-
ObservableBuilder
public ObservableBuilder()
-
-
Method Details
-
create
create a Observable from this builder.- Returns:
- an object initialized from the builder.
-