objectType Investigator
classDiagram
class Investigator{
proposal:InvestigatorKind type
ivoa:boolean forPhD
}
Investigator --> "1" Person : person
link Person "../Person"
Members
name | type | mult | description |
---|---|---|---|
person | Person | the investigator | |
type | InvestigatorKind | the investigator type | |
forPhD | ivoa:boolean | optional | is the investigator making proposal for their PhD |
References Detail
- Person is model wide.
Containment
This is contained by ObservingProposal