Setter that takes the value that was set on screen in Aviary and uses it
to set the number of times that this philosopher bird will try to get second fork.
Sets the level of info AS AN INT that this bird should use for recording its personal
history, the events that this bird has participated in, such as eating
and storing food, napping, etc.
Sets the level of info AS A STRING that this bird should use for recording its personal
history, the events that this bird has participated in, such as eating
and storing food, napping, etc.
StdBird() -
Constructor for class com.avian.birds.basebirds.StdBird
Constructor of StdBirds, using the default constructor of AbstractBasicBird
It's internal tree isn't set to point to the BasicTupleTree so that must
be done separately
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.