MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
|
A gene represents a building block from which chromosomes, i.e., solutions to problems are constructed. More...
Public Member Functions | |
void | setAllele (Object value) |
Sets the value (so called daughterAllele) of the gene to the specified value. | |
object | getAllele () |
Returns the value of the gene. |
A gene represents a building block from which chromosomes, i.e., solutions to problems are constructed.
object MCScheduling.GeneticAlgorithm.IGene.getAllele | ( | ) |
Returns the value of the gene.
Implemented in MCScheduling.MixedCriticality.GA.CMixedCriticalityGene.
void MCScheduling.GeneticAlgorithm.IGene.setAllele | ( | Object | value | ) |
Sets the value (so called daughterAllele) of the gene to the specified value.
value | The new value of the gene. |