Uses of Class
net.charlesames.music.ensemble.EnsembleCredit

Packages that use EnsembleCredit
net.charlesames.music.ensemble Classes in package music.ensemble define the structure of scores. 
 

Uses of EnsembleCredit in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble that return EnsembleCredit
 EnsembleCredit EnsembleCredit.copy(Ensemble ensemble, int id, java.lang.String name)
          Create a new Credit instance and copy the attributes of the present Credit instance into the new instance.
 EnsembleCredit Ensemble.createCredit(java.lang.String name, int id)
          Create a new EnsembleCredit instance.
static EnsembleCredit EnsembleCredit.fromXmlNode(org.w3c.dom.Element element, Ensemble ensemble)
          Create a new Credit instance and fill it with loaded data.
 

Methods in net.charlesames.music.ensemble that return types with arguments of type EnsembleCredit
 java.util.SortedMap<java.lang.Integer,EnsembleCredit> Ensemble.getCreditsByID()