Uses of Interface
com.rubecula.darwin.domain.helper.Variant

Packages that use Variant
com.rubecula.darwin.domain.environment   
com.rubecula.darwin.domain.helper

Darwin 

com.rubecula.darwin.examples.pepperedmoth

Peppered Moth Example 

 

Uses of Variant in com.rubecula.darwin.domain.environment
 

Classes in com.rubecula.darwin.domain.environment that implement Variant
 class Trait_VisitingSequence
           
 class Variant_
           This abstract class defines the base methods and fields for an implementation of Variant.
 class Variant_Basic
          Lifespan: permanent.
 class Variant_Numeric
          Numerical Variant.
 

Methods in com.rubecula.darwin.domain.environment that return Variant
 Variant Trait_.getVariant()
           
 Variant Pharacter_.getVariant(java.lang.String key)
          Method to get the specific variant referred to by the key.
 

Methods in com.rubecula.darwin.domain.environment that return types with arguments of type Variant
 java.util.Collection<Variant> Pharacter_.getVariants()
           
 

Methods in com.rubecula.darwin.domain.environment with parameters of type Variant
 java.lang.String Pharacter_.addVariant(Variant variant)
          Add the variant to this Pharacter, set its character to be this; then return its key.
 java.lang.String Pharacter_.getKey(Variant variant)
          if Pharacter_._variants contains an element whose key is the variant's id, then return the key else null.
 

Method parameters in com.rubecula.darwin.domain.environment with type arguments of type Variant
 void Pharacter_.setVariants(java.util.Collection<? extends Variant> variants)
          Clear the list of variants and add in all those from the given list.
 

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

Methods in com.rubecula.darwin.domain.helper that return Variant
 Variant Trait.getVariant()
          TODO consider eliminating this method.
 Variant Pharacter.getVariant(java.lang.String key)
           
 

Methods in com.rubecula.darwin.domain.helper that return types with arguments of type Variant
 java.util.Collection<Variant> Pharacter.getVariants()
           
 

Methods in com.rubecula.darwin.domain.helper with parameters of type Variant
 java.lang.String Pharacter.addVariant(Variant variant)
          Method to add a trait to this character.
 java.lang.String Pharacter.getKey(Variant variant)
           
 

Uses of Variant in com.rubecula.darwin.examples.pepperedmoth
 

Classes in com.rubecula.darwin.examples.pepperedmoth that implement Variant
 class Variant_WingColor
           
 



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