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

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

Uses of NoteListParameterLink in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble that return NoteListParameterLink
 NoteListParameterLink NoteListInstrumentLink.addParameterLink(NoteListParameter parameter)
          Add a link to the indicated note-list parameter
static NoteListParameterLink NoteListParameterLink.fromXmlNode(org.w3c.dom.Element element, NoteListInstrumentLink instrumentLink)
          Create a new NoteListParameterLink instance and fill it with loaded data.
 NoteListParameterLink NoteListInstrumentLink.getParameterLink(int id)
          Get the NoteListParameterLink instance linking this NoteListInstrumentLink to the NoteListParameter with the indicated id.
 NoteListParameterLink NoteListInstrumentLink.getParameterLink(java.lang.String name)
          Get the NoteListParameterLink instance linking this NoteListInstrumentLink to the NoteListParameter with the indicated name.
 

Methods in net.charlesames.music.ensemble that return types with arguments of type NoteListParameterLink
 java.util.SortedMap<java.lang.Integer,NoteListParameterLink> NoteListInstrumentLink.getParameterLinks()
          Get the collection of NoteListParameterLink instances which detail how to obtain parameter values when this ContainerOfInstrumentLinks generates a note statement using the associated NoteListInstrument.