objectType AllocatedBlock
extends ResourceBlock
A block of resources that have been allocated
classDiagram
class AllocatedBlock{
}
AllocatedBlock --|> ResourceBlock
AllocatedBlock --> "1" AllocationGrade : grade
link ResourceBlock "../ResourceBlock"
link AllocationGrade "../AllocationGrade"
Members
name | type | mult | description |
---|---|---|---|
grade | AllocationGrade |
References Detail
- AllocationGrade is contained in ProposalCycle
Containment
This is contained by AllocatedProposal