Skip to content

objectType AllocatedBlock

extends ResourceBlock

A block of resources that have been allocated

classDiagram

        class AllocatedBlock{

        }
        AllocatedBlock --|> ResourceBlock
AllocatedBlock --> AllocationGrade : grade

link ResourceBlock "../ResourceBlock"
link AllocationGrade "../AllocationGrade"

Members

name type mult description
grade AllocationGrade

References Detail