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