|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Client | |
---|---|
com.rubecula.darwin.examples.travelingsalesman | Traveling Salesman Example |
Uses of Client in com.rubecula.darwin.examples.travelingsalesman |
---|
Methods in com.rubecula.darwin.examples.travelingsalesman that return Client | |
---|---|
Client |
ClientMap.addClient(java.lang.String key,
Client value)
|
Client |
EcoFactor_Clients.getClient(int i)
Get a specific client from the given order. |
static Client[] |
Phenotype_TS.getClients(Environment environment)
TODO move this somewhere (it isn't related to Phenotype) |
Client[] |
Phenotype_TS.getClientsInOrder(Client[] clients)
|
Client[] |
Phenotype_TS.getClientsInOrder(Environment environment)
|
static Client |
Client.valueOf(java.lang.String clientString)
|
Methods in com.rubecula.darwin.examples.travelingsalesman that return types with arguments of type Client | |
---|---|
java.util.Map<java.lang.Integer,Client> |
EcoFactor_Clients.getClients()
|
java.util.Map<java.lang.String,Client> |
ClientMap.getMap()
|
java.util.ListIterator<Client> |
Route.listIterator(int index)
|
Methods in com.rubecula.darwin.examples.travelingsalesman with parameters of type Client | |
---|---|
Client |
ClientMap.addClient(java.lang.String key,
Client value)
|
int |
Client.compareTo(Client o)
For now, we sort clients according to the dictionary order of the identifier (see note...) Note: this class has a natural ordering that is inconsistent with equals. |
Client[] |
Phenotype_TS.getClientsInOrder(Client[] clients)
|
void |
EcoFactor_Clients.moveClient(int pos,
Client client)
Move all of the clients at positions pos or higher up by one. |
Method parameters in com.rubecula.darwin.examples.travelingsalesman with type arguments of type Client | |
---|---|
void |
ClientMap.setMap(java.util.Map<java.lang.String,Client> map)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |