|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectec.exchange.IslandInfo
public class IslandInfo
Describes one island and the network of islands it exchanges individuals with.
| Field Summary | |
|---|---|
java.lang.String[] |
migrating_island_ids
Ihe ids of the islands to send individuals to |
int |
modulo
how often to send individuals |
java.lang.String |
name
Island name |
int |
num_incoming
how many islands will send individuals to this island |
int |
num_mig
How many islands to send individuals to |
int |
number
Island number (used to construct parameter names) |
int |
offset
what generation to start sending individuals |
int |
size
How many individuals to send |
| Constructor Summary | |
|---|---|
IslandInfo()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int number
public java.lang.String name
public int modulo
public int offset
public int size
public int num_mig
public java.lang.String[] migrating_island_ids
public int num_incoming
| Constructor Detail |
|---|
public IslandInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||