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