Skip to content

objectType AllocatedProposal

an instance of a proposal that is allocated observing time

classDiagram

        class AllocatedProposal{

        }
        AllocatedProposal --> SubmittedProposal : submitted
AllocatedProposal *-- 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