1classdef ServiceSection < Section
2 % An abstract
class for the service section of a node.
4 % Copyright (c) 2012-2026, Imperial College London
14 function self = ServiceSection(className)
15 % SELF = SERVICESECTION(CLASSNAME)
17 self@Section(className);