Package edu.nwmissouri.animalList
Class HippopotamusGroup
java.lang.Object
edu.nwmissouri.animalList.HippopotamusGroup
Provides methods to create and run a group of Hippopotamus
- Author:
 - Indu Chinthakuntla
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
HippopotamusGroup
public HippopotamusGroup() 
 - 
 - 
Method Details
- 
create
public static int create()Create a static group of Hippopotamus- Returns:
 - the number of animals in the group
 
 - 
run
public static void run()Run (simulate) the group doing things 
 -