objectType TechnicalGoal
collects together the technical goals of the proposal
classDiagram
class TechnicalGoal{
}
TechnicalGoal *-- "1" PerformanceParameters : performance
TechnicalGoal *-- "1..*" ScienceSpectralWindow : spectrum
link PerformanceParameters "../PerformanceParameters"
link ScienceSpectralWindow "../ScienceSpectralWindow"
Members
name | type | mult | description |
---|---|---|---|
performance | PerformanceParameters | ||
spectrum | ScienceSpectralWindow | 1 or more |
References Detail
This is referred to by Observation
Containment
This is contained by ObservingProposal