|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--pop.data.InitialPopulationTables
Creates arrays of initial populations from TableModels.
| Constructor Summary | |
InitialPopulationTables(javax.swing.table.AbstractTableModel[] models)
Constructor based on array of TableModels. |
|
| Method Summary | |
PopulationCharacteristics |
get_characteristics(int category)
Returns a new PopulationSizes object for the indicated population category. |
PopulationCharacteristics |
get_characteristics(java.lang.String category)
Returns a new PopulationSizes object for the indicated population category. |
PopulationSizes |
population_sizes(int category)
Returns a new PopulationSizes object for the indicated population category. |
PopulationSizes |
population_sizes(java.lang.String category)
Returns a new PopulationSizes object for the indicated population category. |
boolean |
ready()
Simply returns true at present. |
int[][] |
sizes(int category)
Returns handle to array of population sizes for the indicated population category. |
int[][] |
sizes(java.lang.String category)
Returns handle to array of population sizes for the indicated population category. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public InitialPopulationTables(javax.swing.table.AbstractTableModel[] models)
models - - the array of TableModels (one for each
population category in the current model).| Method Detail |
public PopulationSizes population_sizes(int category)
public PopulationSizes population_sizes(java.lang.String category)
public PopulationCharacteristics get_characteristics(int category)
public PopulationCharacteristics get_characteristics(java.lang.String category)
public int[][] sizes(int category)
public int[][] sizes(java.lang.String category)
public boolean ready()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||