alun.mcld
Interface HaplotypeSource

All Known Subinterfaces:
DataHaplotypeSource
All Known Implementing Classes:
Diplotypes, Haplotypes, ImperfectHaplotypes, LDSampler, PerfectHaplotypes, TransposedPerfectHaplotypes

public interface HaplotypeSource


Method Summary
 java.util.Collection<Locus> getLoci()
           
 boolean maximize(LDModel m)
           
 int nAlleles(int j)
           
 int nLoci()
           
 boolean update(LDModel m)
           
 

Method Detail

getLoci

java.util.Collection<Locus> getLoci()

nLoci

int nLoci()

nAlleles

int nAlleles(int j)

update

boolean update(LDModel m)

maximize

boolean maximize(LDModel m)