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

Packages that use NoteListInstrumentLink
net.charlesames.music.ensemble Classes in package music.ensemble define the structure of scores. 
net.charlesames.music.score Classes in the {code net.charlesames.music.score} package represent musical scores and the components which comprise musical scores. 
 

Uses of NoteListInstrumentLink in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble that return NoteListInstrumentLink
 NoteListInstrumentLink ContainerOfInstrumentLinks.addInstrumentLink(int id)
          Add a NoteListInstrumentLink with the indicated sequence number.
static NoteListInstrumentLink NoteListInstrumentLink.fromXmlNode(org.w3c.dom.Element element, ContainerOfInstrumentLinks container)
          Create a new NoteListInstrumentLink instance and fill it with loaded data.
 NoteListInstrumentLink NoteListParameterLink.getContainer()
          Getter for the NoteListInstrumentLink within which this parameter link operates.
 

Methods in net.charlesames.music.ensemble that return types with arguments of type NoteListInstrumentLink
 java.util.SortedMap<java.lang.Integer,NoteListInstrumentLink> ContainerOfInstrumentLinks.getInstrumentLinks()
          Get the assigned note list instrument.
 

Methods in net.charlesames.music.ensemble with parameters of type NoteListInstrumentLink
static NoteListParameterLink NoteListParameterLink.fromXmlNode(org.w3c.dom.Element element, NoteListInstrumentLink instrumentLink)
          Create a new NoteListParameterLink instance and fill it with loaded data.
 

Constructors in net.charlesames.music.ensemble with parameters of type NoteListInstrumentLink
NoteListParameterLink(NoteListInstrumentLink instrumentLink, NoteListParameter parameter)
          Constructor for NoteListParameterLink instances.
 

Uses of NoteListInstrumentLink in net.charlesames.music.score
 

Methods in net.charlesames.music.score with parameters of type NoteListInstrumentLink
 int ScoreNote.getNoteStatementID(NoteListInstrumentLink instrumentLink)
          Get the note-statement ID associated with the indicated NoteListInstrumentLink.