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()
Repository
getLabel
in interface Repository
public InstrumentManager getInstrumentManager()
Repository
getInstrumentManager
in interface Repository
public ScaleManager getScaleManager()
Repository
getScaleManager
in interface Repository
public TransformationManager getTranspositionManager()
Repository
getTranspositionManager
in interface Repository
public java.lang.String getName()
Repository
getName
in interface Repository