|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.metaqtl.adapter.QtlAdapter
public final class QtlAdapter
This class defines some usefull methods to adapt Qtl
object into other kinds of objects or the inverse.
Constructor Summary | |
---|---|
QtlAdapter()
|
Method Summary | |
---|---|
static Qtl[] |
adapt(EMResult result)
From a result of a EM clustering returns the mixture components as an array of Qtl. |
static IBioLocus |
fromQTL(Qtl qtl)
This method converts a Qtl into an object which class
implements the IBioLocus |
static Qtl |
toQTL(IBioLocus locus)
This method converts an object which class implements the IBioLocus |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QtlAdapter()
Method Detail |
---|
public static IBioLocus fromQTL(Qtl qtl)
Qtl
into an object which class
implements the IBioLocus interface.
- Parameters:
qtl
- the Qtl
to adapt.
- Returns:
- an object which class implements the
IBioLocus interface.
public static Qtl toQTL(IBioLocus locus)
IBioLocus interface
into a Qtl
.
- Parameters:
an
- object which class implements the IBioLocus interface.
- Returns:
- a
Qtl
public static Qtl[] adapt(EMResult result)
result
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |