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