1classdef ServiceStation < Station
2 % An abstract
class for stations with service
4 % Copyright (c) 2012-2026, Imperial College London
16 function self = ServiceStation(name)
17 % SELF = STATION(NAME)
24 function distrib = getServiceProcess(self, oclass)
25 distrib = self.getService{oclass};