|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Valuable | |
---|---|
com.rubecula.darwin.domain.helper | Darwin |
com.rubecula.darwin.domain.world | Darwin |
com.rubecula.darwin.examples.travelingsalesman | Traveling Salesman Example |
com.rubecula.darwin.foundation |
Uses of Valuable in com.rubecula.darwin.domain.helper |
---|
Subinterfaces of Valuable in com.rubecula.darwin.domain.helper | |
---|---|
interface |
Organism
Defines methods on an individual organism within a Taxon. |
Uses of Valuable in com.rubecula.darwin.domain.world |
---|
Classes in com.rubecula.darwin.domain.world that implement Valuable | |
---|---|
class |
Best_Organism
This class keeps track of the best organism, where best is defined as having the greatest fitness. |
class |
Organism_
Abstract class defining the base methods and fields of an implementation of Organism interface. |
class |
Organism_Asexual
This concrete class represents an individual organism within a Taxon . |
class |
Organism_Sexual
This concrete class represents an individual organism within a Taxon . |
Methods in com.rubecula.darwin.domain.world with parameters of type Valuable | |
---|---|
int |
Organism_.compareTo(Valuable o)
|
Uses of Valuable in com.rubecula.darwin.examples.travelingsalesman |
---|
Classes in com.rubecula.darwin.examples.travelingsalesman that implement Valuable | |
---|---|
class |
Organism_TS
|
Uses of Valuable in com.rubecula.darwin.foundation |
---|
Subinterfaces of Valuable in com.rubecula.darwin.foundation | |
---|---|
interface |
Best<T extends Identifiable>
This interface defines the methods available on an object which keeps track of the "best" of an (unrelated) group of Identifiable objects. |
interface |
ComparableValue
|
Classes in com.rubecula.darwin.foundation that implement Valuable | |
---|---|
class |
Best_<T extends ComparableValue>
Class to manage the best fit of something. |
class |
ComparableValue_
|
class |
MutableValuable
|
Methods in com.rubecula.darwin.foundation with parameters of type Valuable | |
---|---|
int |
ComparableValue_.compareTo(Valuable o)
|
static int |
ComparableValue_.compareTo(Valuable o1,
Valuable o2)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |