os.djtagger.util.musicbrainz
Class TrackMatchingInformation

java.lang.Object
  extended by os.djtagger.util.musicbrainz.TrackMatchingInformation

public class TrackMatchingInformation
extends java.lang.Object


Constructor Summary
TrackMatchingInformation()
           
 
Method Summary
 void addMatch(TrackInformation trackInfo)
           
 void addMatch(TrackInformation trackInfo, double score)
           
 int getCount()
           
 TrackInformation getMatch(int index)
           
 double getScore(int index)
           
 TrackInformation getTrackById(java.lang.String id)
           
 void setScore(int index, double score)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackMatchingInformation

public TrackMatchingInformation()
Method Detail

addMatch

public void addMatch(TrackInformation trackInfo)

addMatch

public void addMatch(TrackInformation trackInfo,
                     double score)

getCount

public int getCount()

getMatch

public TrackInformation getMatch(int index)

getScore

public double getScore(int index)

setScore

public void setScore(int index,
                     double score)

getTrackById

public TrackInformation getTrackById(java.lang.String id)


Copyright © 2007-2010 Pointbreak. All Rights Reserved.