Package forestry.api.genetics.alleles
Interface IValueAllele<V>
- Type Parameters:
V- The type of value that this allele contains.
- All Superinterfaces:
IAllele
- All Known Subinterfaces:
IRegistryAllele<V>
An allele that wraps a value that isn't one of the primitive types. Values contained in these alleles are NEVER null.
-
Field Summary
-
Method Summary
-
Method Details
-
value
V value()- Returns:
- The non-null value that this allele contains.
-