Uses of Class
com.avian.tuple.BasicTupleTree

Packages that use BasicTupleTree
com.avian.birds.basebirds   
 

Uses of BasicTupleTree in com.avian.birds.basebirds
 

Fields in com.avian.birds.basebirds declared as BasicTupleTree
protected  BasicTupleTree StdBird.myTupleTree
          This is a Google Collections ArrayListMultimap object that saves and retrieves key-value pairs, even when there are duplicate keys.
 

Methods in com.avian.birds.basebirds with parameters of type BasicTupleTree
 void StdBird.setTupleTree(BasicTupleTree tt)
          Sets the local TupleTree reference so this bird knows where to put objects and where to get objects.
 

Constructors in com.avian.birds.basebirds with parameters of type BasicTupleTree
StdBird(BasicTupleTree elm)
          Constructor of StdBirds, using the default constructor of AbstractBasicBird and then setting it's internal tree to the BasicTupleTree that was created when the GUI was initialized.