objectType AllocatedProposal
an instance of a proposal that is allocated observing time
classDiagram
class AllocatedProposal{
}
AllocatedProposal --> "1" SubmittedProposal : submitted
AllocatedProposal *-- "1..*" AllocatedBlock : allocation
link SubmittedProposal "../SubmittedProposal"
link AllocatedBlock "../AllocatedBlock"
Members
name | type | mult | description |
---|---|---|---|
submitted | SubmittedProposal | the proposal | |
allocation | AllocatedBlock | 1 or more | what is allocated to the proposal |
References Detail
- SubmittedProposal is contained in ProposalCycle
Containment
This is contained by ProposalCycle