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

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

Uses of NoteListOpcode in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble that return NoteListOpcode
 NoteListOpcode Ensemble.createOpcode(TypeOfOpcode opcodeType, java.lang.String defaultValue)
          Create a new note-list NoteListOpcode.
static NoteListOpcode NoteListOpcode.fromXmlNode(org.w3c.dom.Element element, Ensemble ensemble)
          Dereference a NoteListOpcode instance and fill it with loaded data.
 NoteListOpcode Ensemble.getOpcode(java.lang.String name)
          Get the NoteListOpcode with the indicated name.
 

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