Package | Description |
---|---|
context | |
entities | |
model | |
output |
Modifier and Type | Field and Description |
---|---|
static java.util.List<Settlement> |
ContextCreator.cities
List containing simulation settlements
|
Constructor and Description |
---|
SettlementEdge(Settlement first,
Settlement second)
The settlement edge.
|
Modifier and Type | Method and Description |
---|---|
void |
SettlementModel.calculateSize(Settlement c)
Method to calculate Settlement size.
|
void |
SettlementModel.flow(Settlement c)
Method to calculate flow using standard entropy maximization calculation.
|
void |
SettlementModel.run(Settlement c)
Run the flow method from here.
|
double |
SettlementModel.totalFlow(Settlement c)
This is done as needed for total flow of cities.
|
double |
TestSettlementModel.totalFlow(Settlement c)
Calculate total flow, which is used in the entropy method
|
Modifier and Type | Method and Description |
---|---|
static java.util.List |
Outputter.doOutput(Settlement c)
This method sets up the output to be done.
|
Modifier and Type | Method and Description |
---|---|
static org.geotools.feature.FeatureCollection |
SettlementOutputter.createCollection(java.util.List<Settlement> Citys,
org.opengis.feature.simple.SimpleFeatureType featureType)
Method to create a feature collection of structure objects
|
static void |
SettlementOutputter.writeShapefile(java.util.List<Settlement> poly,
java.lang.String category)
Method to write the shapefile output.
|
void |
SettlementOutputter.writeShapefileRepeat(java.util.List<Settlement> cities)
This calls the shapefile writer to create output.
|