MatrixBerryCore
+mxberry
+conf
+test
AdpConfRepoMgrUpd.m
Go to the documentation of this file.
1
classdef AdpConfRepoMgrUpd<
mxberry
.
conf
.
AdaptiveConfRepoManagerUpd
&
mxberry
.
conf
.
test
.
StructChangeTrackerTest
2
methods
3
function
self
=AdpConfRepoMgrUpd(varargin)
4
self
=
self
@
mxberry
.
conf
.
AdaptiveConfRepoManagerUpd
(varargin{:});
5
self
.
setConfPatchRepo
(
mxberry
.
conf
.
test
.
StructChangeTrackerTest
());
6
end
7
end
8
end
mxberry::conf::test::StructChangeTrackerTest
Definition:
StructChangeTrackerTest.m:7
mxberry::conf::AdaptiveConfRepoManagerUpd
CONFREPOMANAGERUPD is a simplistic extension of ConfRepoManager that updates configuration upon selec...
Definition:
AdaptiveConfRepoManagerUpd.m:12
mxberry::conf::AdaptiveConfRepoManager::setConfPatchRepo
function setConfPatchRepo(in self, in confPatchRepo)
SET.
mxberry::conf
mxberry
mxberry::conf::test
Generated for MatrixBerryCore by
1.8.13