public class TestSettlementModel
extends java.lang.Object
Constructor and Description |
---|
TestSettlementModel() |
Modifier and Type | Method and Description |
---|---|
void |
createSettlement()
Create a settlement
|
void |
testCalculateSize() |
void |
testModel()
Test the main entropy method to see if it works properly()
|
void |
testNetFlow()
Test net flows
|
double |
totalFlow(Settlement c)
Calculate total flow, which is used in the entropy method
|
public void createSettlement()
public void testModel()
public double totalFlow(Settlement c)
c
- public void testCalculateSize()
public void testNetFlow()