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