All broken code (in the library that is) caused by the switch to SpeciesEnum has...
commit155288af2ad57c74d151fb4acf5cd1f0e75f5f22
authorsamis <samis@Sams-laptop>
Sat, 7 Apr 2012 10:46:54 +0000 (7 11:46 +0100)
committersamis <samis@Sams-laptop>
Sat, 7 Apr 2012 10:46:54 +0000 (7 11:46 +0100)
treee1d19bef54a3ea8b1b76269bc7c7926f1c10f9da
parent7550929a46b510e50a522e3f393ddcc4ff20c8f8
All broken code (in the library that is) caused by the switch to SpeciesEnum has been fixed.

There are now 2 ways to get the species of a teletubby:
 1.getTubbySpecies()
2.getSpecies()
Use the first one when the expected species is only one word. Return type SpeciesEnum.
Use the second when the expected species is more than one word. Returns a String representing the SpeciesEnum species
src/lib/teletubbies/Dipsy.java
src/lib/teletubbies/GenericTeletubby.java
src/lib/teletubbies/Laa_Laa.java
src/lib/teletubbies/SpeciesEnum.java
src/lib/teletubbies/Teletubby.java