becker.xtras.nameSurfer
Interface INameInfo

All Known Implementing Classes:
SampleNameInfo

public interface INameInfo

Objects implementing INameInfo record information about a name and the popularity of that name over time.

Author:
Byron Weber Becker

Method Summary
 String getName()
          Get the name.
 int getRanking(int decade)
          Find the ranking of this name for the given decade.
 

Method Detail

getName

String getName()
Get the name.

Returns:
the name

getRanking

int getRanking(int decade)
Find the ranking of this name for the given decade.

Parameters:
decade - The decade number, starting at 0.
Returns:
the ranking for the given decade