Methapolis  0.27
 All Classes Namespaces Files Functions Variables Enumerator
micropolisj.engine.ZoneStatus Class Reference

Public Attributes

int building
int popDensity
int landValue
int crimeLevel
int pollution
int growthRate

Detailed Description

Contains the information generated by the query tool. The numbers have very limited use, they are interpreted directly by the showZoneStatus() method of NotificationPane.

Definition at line 16 of file ZoneStatus.java.

Member Data Documentation

int micropolisj.engine.ZoneStatus.building

Number from 0 to 27, identifying the type of building.

Definition at line 19 of file ZoneStatus.java.

Referenced by micropolisj.engine.Micropolis.queryZoneStatus(), and micropolisj.gui.NotificationPane.showZoneStatus().

int micropolisj.engine.ZoneStatus.crimeLevel

Number from 9 to 12, 9=Safe, 10=Light, 11=Moderate, etc.

Definition at line 25 of file ZoneStatus.java.

Referenced by micropolisj.engine.Micropolis.queryZoneStatus(), and micropolisj.gui.NotificationPane.showZoneStatus().

int micropolisj.engine.ZoneStatus.growthRate

Number from 17 to 20, 17=Declining, 18=Stable, etc.

Definition at line 29 of file ZoneStatus.java.

Referenced by micropolisj.engine.Micropolis.queryZoneStatus(), and micropolisj.gui.NotificationPane.showZoneStatus().

int micropolisj.engine.ZoneStatus.landValue

Number from 5 to 8, 5=Slum, 6=Lower Class, etc.

Definition at line 23 of file ZoneStatus.java.

Referenced by micropolisj.engine.Micropolis.queryZoneStatus(), and micropolisj.gui.NotificationPane.showZoneStatus().

int micropolisj.engine.ZoneStatus.pollution

Number from 13 to 16, 13=None, 14=Moderate, 15=Heavy, etc.

Definition at line 27 of file ZoneStatus.java.

Referenced by micropolisj.engine.Micropolis.queryZoneStatus(), and micropolisj.gui.NotificationPane.showZoneStatus().

int micropolisj.engine.ZoneStatus.popDensity

Number from 1 to 4, 1=Low, 2=Medium, 3=High, 4=Very High.

Definition at line 21 of file ZoneStatus.java.

Referenced by micropolisj.engine.Micropolis.queryZoneStatus(), and micropolisj.gui.NotificationPane.showZoneStatus().


The documentation for this class was generated from the following file: