public class RepositoryImpl extends java.lang.Object implements Repository
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getErrorMessages() |
InstrumentManager |
getInstrumentManager()
Récupère l'instance du gestionnaire d'instrument
|
java.lang.String |
getLabel()
repository label
|
java.lang.String |
getName()
get the repository name ...
|
ScaleManager |
getScaleManager()
Récupère l'instance du gestionnaire de gammes
|
TransformationManager |
getTranspositionManager()
Récupère l'instance du gestionnaire de transposition
|
public ScaleManager getScaleManager()
getScaleManager in interface Repositorypublic InstrumentManager getInstrumentManager()
getInstrumentManager in interface Repositorypublic TransformationManager getTranspositionManager()
getTranspositionManager in interface Repositorypublic java.lang.String[] getErrorMessages()
public java.lang.String getName()
RepositorygetName in interface Repositorypublic java.lang.String getLabel()
RepositorygetLabel in interface Repository