Uses of Class
comirva.web.ie.bandmembers.Instrument

Packages that use Instrument
comirva.web.ie.bandmembers   
 

Uses of Instrument in comirva.web.ie.bandmembers
 

Methods in comirva.web.ie.bandmembers that return types with arguments of type Instrument
 Vector<Instrument> BandMember.getInstruments()
           
 

Methods in comirva.web.ie.bandmembers with parameters of type Instrument
 Vector<String> Band.getMembersForInstrument(Instrument instr)
          Returns the members playing the given Instrument.
 String Band.getMostProbableMemberForInstrument(Instrument instr)
          Returns the most probable band member for a given instrument.
 

Method parameters in comirva.web.ie.bandmembers with type arguments of type Instrument
 void BandMember.setInstruments(Vector<Instrument> instruments)
           
 

Constructor parameters in comirva.web.ie.bandmembers with type arguments of type Instrument
BandMember(String name, Vector<Instrument> instruments)