Uses of Interface
nz.ac.waikato.mcennis.rat.graph.artist.decider.ArtistDecider

Packages that use ArtistDecider
nz.ac.waikato.mcennis.rat.graph.algorithm   
nz.ac.waikato.mcennis.rat.graph.artist.decider   
nz.ac.waikato.mcennis.rat.parser   
nz.ac.waikato.mcennis.rat.parser.xmlHandler   
 

Uses of ArtistDecider in nz.ac.waikato.mcennis.rat.graph.algorithm
 

Methods in nz.ac.waikato.mcennis.rat.graph.algorithm that return ArtistDecider
 ArtistDecider AddMusicReferences.getDecider()
          Returns the decider that will be used to identify artists from non-artists.
 

Methods in nz.ac.waikato.mcennis.rat.graph.algorithm with parameters of type ArtistDecider
 void AddMusicReferences.setDecider(ArtistDecider d)
          Sets the decider that this object uses.
 

Uses of ArtistDecider in nz.ac.waikato.mcennis.rat.graph.artist.decider
 

Classes in nz.ac.waikato.mcennis.rat.graph.artist.decider that implement ArtistDecider
 class ArtistDeciderBase
          Common base class for deciding whether or not something belongs to a class or not.
 class BasicArtistDecider
          Class for manually assigned artist labels.
 class GoogleDecider
          Class for utilizing a Google music finder web query to determine if a string matches an artist name or not.
 class LastFMDecider
          Class for using LastFM related-artist REST service for determining whether or not an string is an artist or not.
 class YahooArtistDecider
           
 

Methods in nz.ac.waikato.mcennis.rat.graph.artist.decider that return ArtistDecider
 ArtistDecider ArtistDeciderFactory.create(java.util.Properties props)
          Create an ArtistDecider The type is chosen by the 'ArtistDeciderType' parameter Known Types: 'Google' - GoogleDecider 'LastFM' - LastFMDecider 'LastFMType' key = 'XML' for XML version 'LastFMType' key undefined or anything else 'Basic' Anything else - BasicArtistDecider 'artistListLocation' key = directory of list of all artists
 

Uses of ArtistDecider in nz.ac.waikato.mcennis.rat.parser
 

Methods in nz.ac.waikato.mcennis.rat.parser with parameters of type ArtistDecider
 void ParseArtistList.setDecider(ArtistDecider d)
          Sets the decider to be loaded
 

Uses of ArtistDecider in nz.ac.waikato.mcennis.rat.parser.xmlHandler
 

Methods in nz.ac.waikato.mcennis.rat.parser.xmlHandler with parameters of type ArtistDecider
 void ArtistDeciderXML.setDecider(ArtistDecider d)
          Set the decider loaded by this parser