-
Notifications
You must be signed in to change notification settings - Fork 0
Entity Constructors Made Modular #13
Copy link
Copy link
Open
Labels
Milestone
Description
Overload Entity-inheriting classes' constructors so that different instances may have different internal algorithms; two cities, for example, may have different rates of growth and decay.
Standard constructors (no parameters) should be taken to mean default standards.
ALL NON-DEFAULT RATES SHOULD BE STORED IN GLOBALCONSTANTS.JAVA, AND PASSED TO NEW INSTANCES AT THE TIME OF THEIR INITIALIZATION.
Reactions are currently unavailable