alun.genepi
Class Allele

java.lang.Object
  extended by alun.markov.BasicVariable
      extended by alun.genepi.GeneticVariable
          extended by alun.genepi.Allele
All Implemented Interfaces:
Iterable, Variable

public class Allele
extends GeneticVariable


Constructor Summary
Allele(int n)
           
 
Method Summary
 void setId(int i)
           
 java.lang.String toString()
           
 
Methods inherited from class alun.genepi.GeneticVariable
restore, save
 
Methods inherited from class alun.markov.BasicVariable
getName, getNStates, getState, getStates, init, main, next, setName, setState, setStates, setStates
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Allele

public Allele(int n)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class BasicVariable

setId

public void setId(int i)