MatrixBerryCore
+mxberry
+conf
@VersionedConfRepoManager
VersionedConfRepoManager.m
Go to the documentation of this file.
1
classdef VersionedConfRepoManager<
mxberry
.
conf
.
AdaptiveConfRepoManager
&
mxberry
.
core
.
struct
.
StructChangeTracker
2
3
methods
4
function
self
=VersionedConfRepoManager(varargin)
5
self
=
self
@
mxberry
.
core
.
struct
.
StructChangeTracker
();
6
self
=
self
@
mxberry
.
conf
.
AdaptiveConfRepoManager
(varargin{:});
7
self
.
setConfPatchRepo
(
self
);
8
end
9
end
10
end
mxberry::conf::AdaptiveConfRepoManager
UDAPTIVECONFREPOMANAGER is an extension of the plain ConfRepoManager that introduces a separation bet...
Definition:
AdaptiveConfRepoManager.m:19
mxberry::core
mxberry::core::struct::StructChangeTracker
STRUCTCHANGETRACKER keeps a list of structure patches and provide tools for applying them to any arbi...
Definition:
StructChangeTracker.m:21
mxberry::core::struct
mxberry::conf::AdaptiveConfRepoManager::setConfPatchRepo
function setConfPatchRepo(in self, in confPatchRepo)
SET.
mxberry::conf
mxberry
Generated for MatrixBerryCore by
1.8.13