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