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 SummaryFieldsModifier and TypeFieldDescriptionany constraints on the observation.The Field for the observation.The actual target of the observation.The technical goals of the observation.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
targetThe actual target of the observation.
- 
fieldThe Field for the observation.
- 
technicalGoalThe technical goals of the observation.
- 
constraintsany constraints on the observation.
 
- 
- 
Constructor Details- 
TargetObservationBuilderpublic TargetObservationBuilder()
 
- 
- 
Method Details- 
createcreate a TargetObservation from this builder.- Returns:
- an object initialized from the builder.
 
 
-