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