alun.genepi
Class GeneticVariable

java.lang.Object
  extended by alun.markov.BasicVariable
      extended by alun.genepi.GeneticVariable
All Implemented Interfaces:
Iterable, Variable
Direct Known Subclasses:
Allele, AuxiliaryVariable, Error, Genotype, Inheritance, Theta

public class GeneticVariable
extends BasicVariable


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

Constructor Detail

GeneticVariable

public GeneticVariable(int n)
Method Detail

save

public void save()

restore

public void restore()