alun.genepi
Class AuxThreeGenVariable

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

public class AuxThreeGenVariable
extends AuxiliaryVariable


Constructor Summary
AuxThreeGenVariable(java.util.Set<Inheritance> hp, java.util.Set<Inheritance> hm, java.util.Set<Inheritance> lp, java.util.Set<Inheritance> lm, LocusVariables lg)
           
 
Method Summary
 void set()
           
 java.lang.String toString()
           
 
Methods inherited from class alun.genepi.AuxiliaryVariable
getLogValue, getMats, getPats, recall, remember
 
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

AuxThreeGenVariable

public AuxThreeGenVariable(java.util.Set<Inheritance> hp,
                           java.util.Set<Inheritance> hm,
                           java.util.Set<Inheritance> lp,
                           java.util.Set<Inheritance> lm,
                           LocusVariables lg)
Method Detail

toString

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

set

public void set()
Specified by:
set in class AuxiliaryVariable