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

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

public class BasicArtistDecider
extends ArtistDeciderBase

Class for manually assigned artist labels.


Constructor Summary
BasicArtistDecider()
          Creates a new instance of BasicArtistDecider
 
Method Summary
 void lookup(java.lang.String name)
          Intentionally a no-op - if it is lont already known, it isn't an artist
 void setProxy(boolean proxy)
          Intentionally a no-op - no network access is done, so proxy configurations are unneeded.
 
Methods inherited from class nz.ac.waikato.mcennis.rat.graph.artist.decider.ArtistDeciderBase
addArtist, addChecked, isArtist, isChecked, newInstance, output
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicArtistDecider

public BasicArtistDecider()
Creates a new instance of BasicArtistDecider

Method Detail

lookup

public void lookup(java.lang.String name)
Intentionally a no-op - if it is lont already known, it isn't an artist

Specified by:
lookup in class ArtistDeciderBase
Parameters:
name - ignored

setProxy

public void setProxy(boolean proxy)
Intentionally a no-op - no network access is done, so proxy configurations are unneeded.

Parameters:
proxy - ignored