nz.ac.waikato.mcennis.rat.graph.artist.decider
Class YahooArtistDecider

java.lang.Object
  extended by nz.ac.waikato.mcennis.rat.graph.artist.decider.ArtistDeciderBase
      extended by nz.ac.waikato.mcennis.rat.graph.artist.decider.YahooArtistDecider
All Implemented Interfaces:
ArtistDecider, ParsedObject

public class YahooArtistDecider
extends ArtistDeciderBase


Method Summary
protected  void lookup(java.lang.String name)
          Overridden to provide a means of determining an artist from a non-artist
static YahooArtistDecider newInstance()
           
 void setProxy(boolean p)
          Should output be done using a proxy or not.
 
Methods inherited from class nz.ac.waikato.mcennis.rat.graph.artist.decider.ArtistDeciderBase
addArtist, addChecked, isArtist, isChecked, output
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static YahooArtistDecider newInstance()

lookup

protected void lookup(java.lang.String name)
Description copied from class: ArtistDeciderBase
Overridden to provide a means of determining an artist from a non-artist

Specified by:
lookup in class ArtistDeciderBase
Parameters:
name - string to be checked

setProxy

public void setProxy(boolean p)
Description copied from interface: ArtistDecider
Should output be done using a proxy or not.