Package edu.nwmissouri.animalList
Class ElephantBirdGroup
java.lang.Object
edu.nwmissouri.animalList.ElephantBirdGroup
Provides methods to create and run a group of ElephantBirds
- Author:
 - Hemanth Kumar Reddy Pidaparathy
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
ElephantBirdGroup
public ElephantBirdGroup() 
 - 
 - 
Method Details
- 
create
public static int create()Create a static group of ElephantBird- Returns:
 - the number of animals in the group
 
 - 
run
public static void run()Run (simulate) the group doing things 
 -