1function [lst] = refreshLST(self,statSet,classSet)
2% [LT] = REFRESHLAPLST(STATSET,CLASSSET)
3% Refresh the Laplace-Stieltjes transforms in the NetworkStruct
object
5% Copyright (c) 2012-2026, Imperial College London
8M = getNumberOfStations(self);
9K = getNumberOfClasses(self);
15 lst{ist,1} = cell(1,K);
21 lst{ist,1} = cell(1,K);
23elseif nargin==3 && isfield(self.sn,
'lt')
24 % we are only updating selected stations and
classes so use the
25 % existing ones
for the others
30 lst{ist,1} = cell(1,K);
34source_i = self.getIndexSourceStation;
38 if isa(self.stations{ist}.input.sourceClasses{r}{end},
'Disabled')
41 lst{ist}{r} = @(s) self.stations{ist}.arrivalProcess{r}.evalLST(s);
44 switch class(self.stations{ist})
50 lst{ist}{r} = @(s) self.stations{ist}.serviceProcess{r}.evalLST(s);
55if ~isempty(self.sn) %&& isprop(self.sn,
'mu')