alun.genepi
Class AuxOneGenVariable

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

public class AuxOneGenVariable
extends AuxiliaryVariable


Constructor Summary
AuxOneGenVariable(Inheritance p, Inheritance m, LocusVariables lg)
           
AuxOneGenVariable(java.util.Set<Inheritance> p, java.util.Set<Inheritance> m, 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

AuxOneGenVariable

public AuxOneGenVariable(Inheritance p,
                         Inheritance m,
                         LocusVariables lg)

AuxOneGenVariable

public AuxOneGenVariable(java.util.Set<Inheritance> p,
                         java.util.Set<Inheritance> m,
                         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