Uses of Class
com.avian.util.BirdHistoryFile

Packages that use BirdHistoryFile
com.avian.birds.basebirds   
 

Uses of BirdHistoryFile in com.avian.birds.basebirds
 

Fields in com.avian.birds.basebirds declared as BirdHistoryFile
protected  BirdHistoryFile AbstractBasicBird.bhf
          A utility object that wraps (and hides) all of the messy code needed to open and write to an output file.
 

Methods in com.avian.birds.basebirds with parameters of type BirdHistoryFile
 void AbstractBasicBird.setBhf(BirdHistoryFile bhf)
          A utility object that encapsulates all the long and tedious code that is necessary to open and write the bird's history to a file.