MatrixBerryCore
AdpConfRepoMgr.m
Go to the documentation of this file.
1 classdef AdpConfRepoMgr<mxberry.conf.AdaptiveConfRepoManager
2  methods
3  function self=AdpConfRepoMgr(varargin)
4  self=self@mxberry.conf.AdaptiveConfRepoManager(varargin{:});
5  end
6  end
7 end
UDAPTIVECONFREPOMANAGER is an extension of the plain ConfRepoManager that introduces a separation bet...