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