Skip to content

objectType TechnicalGoal

collects together the technical goals of the proposal

classDiagram

        class TechnicalGoal{

        }
        TechnicalGoal *-- PerformanceParameters : performance
TechnicalGoal *-- 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