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