public class RepositoryAdapter extends java.lang.Object implements Repository
| Constructor and Description |
|---|
RepositoryAdapter(Repository2 rep2) |
| Modifier and Type | Method and Description |
|---|---|
InstrumentManager |
getInstrumentManager()
Instrument manager of the repository
|
java.lang.String |
getLabel()
repository label
|
java.lang.String |
getName()
get the repository name ...
|
Repository2 |
getRepository2() |
ScaleManager |
getScaleManager()
Scale manager of the repository
|
TransformationManager |
getTranspositionManager()
Transformation Manager of the repository
|
public RepositoryAdapter(Repository2 rep2)
public Repository2 getRepository2()
public java.lang.String getLabel()
RepositorygetLabel in interface Repositorypublic InstrumentManager getInstrumentManager()
RepositorygetInstrumentManager in interface Repositorypublic ScaleManager getScaleManager()
RepositorygetScaleManager in interface Repositorypublic TransformationManager getTranspositionManager()
RepositorygetTranspositionManager in interface Repositorypublic java.lang.String getName()
RepositorygetName in interface Repository