Uses of Interface
com.rubecula.darwin.foundation.ComparableValue

Packages that use ComparableValue
com.rubecula.darwin.domain.environment   
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 ComparableValue in com.rubecula.darwin.domain.environment
 

Method parameters in com.rubecula.darwin.domain.environment with type arguments of type ComparableValue
 boolean Susceptible.updateFromSource(Best<? extends ComparableValue> best, java.lang.Object source)
          This implementation attempts to update the given environment from the given source.
 boolean Environment_Susceptible.updateFromSource(Best<? extends ComparableValue> best, java.lang.Object source)
           
 

Uses of ComparableValue in com.rubecula.darwin.domain.helper
 

Subinterfaces of ComparableValue in com.rubecula.darwin.domain.helper
 interface Organism
           Defines methods on an individual organism within a Taxon.
 

Uses of ComparableValue in com.rubecula.darwin.domain.world
 

Classes in com.rubecula.darwin.domain.world that implement ComparableValue
 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 .
 

Uses of ComparableValue in com.rubecula.darwin.examples.travelingsalesman
 

Classes in com.rubecula.darwin.examples.travelingsalesman that implement ComparableValue
 class Organism_TS
           
 

Uses of ComparableValue in com.rubecula.darwin.foundation
 

Classes in com.rubecula.darwin.foundation with type parameters of type ComparableValue
 class Best_<T extends ComparableValue>
          Class to manage the best fit of something.
 

Classes in com.rubecula.darwin.foundation that implement ComparableValue
 class ComparableValue_
           
 



Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.