public class SettlementModel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static double |
Constant |
static double |
Epsilon1 |
Constructor and Description |
---|
SettlementModel() |
Modifier and Type | Method and Description |
---|---|
void |
calculateSize(Settlement c)
Method to calculate Settlement size.
|
void |
flow(Settlement c)
Method to calculate flow using standard entropy maximization calculation.
|
void |
run(Settlement c)
Run the flow method from here.
|
double |
totalFlow(Settlement c)
This is done as needed for total flow of cities.
|
public void run(Settlement c)
c
- public void flow(Settlement c)
c
- public void calculateSize(Settlement c)
c
- a Settlement object.public double totalFlow(Settlement c)
c
- a Settlement object.