MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
Public Member Functions
MCScheduling.GeneticAlgorithm.IGene Interface Reference

A gene represents a building block from which chromosomes, i.e., solutions to problems are constructed. More...

Inheritance diagram for MCScheduling.GeneticAlgorithm.IGene:
MCScheduling.MixedCriticality.GA.CMixedCriticalityGene

List of all members.

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.

Detailed Description

A gene represents a building block from which chromosomes, i.e., solutions to problems are constructed.

Author:
Tomas Tunys

Member Function Documentation

object MCScheduling.GeneticAlgorithm.IGene.getAllele ( )

Returns the value of the gene.

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.

Parameters:
valueThe new value of the gene.
 All Classes Namespaces Functions Variables Properties