Package org.ivoa.dm.proposal.prop
Class TargetObservation.TargetObservationBuilder
java.lang.Object
org.ivoa.dm.proposal.prop.TargetObservation.TargetObservationBuilder
- Enclosing class:
- TargetObservation
A builder class for TargetObservation, mainly for use in the functional builder pattern.
-
Field Summary
Modifier and TypeFieldDescriptionany constraints on the observation.The Field for the observation.The actual target of the observation.The technical goals of the observation. -
Constructor Summary
-
Method Summary
-
Field Details
-
target
The actual target of the observation. -
field
The Field for the observation. -
technicalGoal
The technical goals of the observation. -
constraints
any constraints on the observation.
-
-
Constructor Details
-
TargetObservationBuilder
public TargetObservationBuilder()
-
-
Method Details
-
create
create a TargetObservation from this builder.- Returns:
- an object initialized from the builder.
-