Serialized Form


Package pop.data

Class pop.data.FertilityFile implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream input)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream output)
                  throws java.io.IOException
Serialized Fields

ages

int ages

categories

int categories

fertility

Fertility[] fertility

Class pop.data.InitialPopulationArray implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream input)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream output)
                  throws java.io.IOException
Serialized Fields

ages

int ages

categories

int categories

sizes

int[][][] sizes

Class pop.data.InitialPopulationFile implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream input)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream output)
                  throws java.io.IOException
Serialized Fields

ages

int ages

categories

int categories

sizes

int[][][] sizes

Class pop.data.InitialPopulationTables implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream input)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream output)
                  throws java.io.IOException
Serialized Fields

ages

int ages

categories

int categories

sizes

int[][][] sizes

Class pop.data.MigrationFile implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream input)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream output)
                  throws java.io.IOException
Serialized Fields

ages

int ages

categories

int categories

migration

Migration[][] migration

years

int years

Class pop.data.MigrationSpreader implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream input)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream output)
                  throws java.io.IOException
Serialized Fields

ages

int ages

categories

int categories

migration

Migration[][] migration

shares

double[][][] shares

total

int[] total

years

int years

Class pop.data.MortalityFile implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream input)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream output)
                  throws java.io.IOException
Serialized Fields

ages

int ages

categories

int categories

mortality

Mortality[] mortality


Package pop.gui

Class pop.gui.AbstractStep implements Serializable

Serialized Fields

done_tag

java.lang.String done_tag

input_filename

java.lang.String input_filename

Class pop.gui.AbstractStep.StepFrame implements Serializable

Serialized Fields

content_pane

java.awt.Container content_pane

this$0

AbstractStep this$0

Class pop.gui.AbstractStep.StepTableModel implements Serializable

Serialized Fields

columnNames

java.lang.String[] columnNames

data

java.lang.Object[][] data

this$0

AbstractStep this$0

Class pop.gui.DataAction implements Serializable

Class pop.gui.DetailedAction implements Serializable

Class pop.gui.FertilityAction implements Serializable

Serialized Fields

got_file

boolean got_file

got_models

boolean got_models

table_models

javax.swing.table.AbstractTableModel[] table_models

Class pop.gui.LoadAction implements Serializable

Serialized Fields

got_file

boolean got_file

Class pop.gui.MainFrame implements Serializable

Serialized Fields

frameSizeAdjusted

boolean frameSizeAdjusted

main_menu_bar

javax.swing.JMenuBar main_menu_bar

Class pop.gui.MigrationAction implements Serializable

Serialized Fields

file_type

int file_type

got_file

boolean got_file

got_models

boolean got_models

table_models

javax.swing.table.AbstractTableModel[] table_models

Class pop.gui.MortalityAction implements Serializable

Serialized Fields

got_file

boolean got_file

got_models

boolean got_models

table_models

javax.swing.table.AbstractTableModel[] table_models

Class pop.gui.PopulationAction implements Serializable

Serialized Fields

factory

PopulationSizesFactory factory

got_factory

boolean got_factory

got_file

boolean got_file

table_model

javax.swing.table.TableModel table_model

Class pop.gui.RunAction implements Serializable

Class pop.gui.SaveAction implements Serializable

Serialized Fields

got_file

boolean got_file

output_filename

java.lang.String output_filename

Class pop.gui.SetupAction implements Serializable

Serialized Fields

already_setup

boolean already_setup

base_year

int base_year

categories

int categories

category_names

java.lang.String[] category_names

maximum_age

int maximum_age

model_title

java.lang.String model_title

new_setup

boolean new_setup

years

int years

Class pop.gui.StepBox implements Serializable

Serialized Fields

bar

javax.swing.JToolBar bar

label

javax.swing.JLabel label

message_pane

javax.swing.JTextPane message_pane

Class pop.gui.SummaryAction implements Serializable

Class pop.gui.WholeNumberField implements Serializable

Serialized Fields

integerFormatter

java.text.NumberFormat integerFormatter

toolkit

java.awt.Toolkit toolkit

Class pop.gui.WholeNumberField.WholeNumberDocument implements Serializable

Serialized Fields

this$0

WholeNumberField this$0


Package pop.model

Class pop.model.Constants implements Serializable

Serialization Methods

readObject

private final void readObject(java.io.ObjectInputStream input)
                       throws java.io.IOException,
                              java.lang.ClassNotFoundException

writeObject

private final void writeObject(java.io.ObjectOutputStream output)
                        throws java.io.IOException
Serialized Fields

base_year

int base_year

categories

int categories

category_names

java.lang.String[] category_names

maximum_age

int maximum_age

model_title

java.lang.String model_title

years

int years


Package pop.utilities

Class pop.utilities.AssertionException implements Serializable

Class pop.utilities.FileFormatException implements Serializable