1classdef Storage < InputSection
2 % An input section
for jobs to wait
for service.
4 % Copyright (c) 2012-2026, Imperial College London
13 function self = Storage(
classes)
14 % SELF = STORAGE(CLASSES)
16 self@InputSection(
'Storage');
18 self.schedPolicy = SchedStrategyType.NP;
21 function self = setSize(self, size)