|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.agmodel.bioinfo.antmap.SegDataBean
Constructor Summary | |
SegDataBean()
引数なしのコンストラクタ |
|
SegDataBean(int segType,
java.lang.String[] markerName,
char[][] genotypeData)
引数つきのコンストラクタ |
Method Summary | |
char[][] |
getGenotypeData()
get segregation data |
java.lang.String[] |
getMarkerName()
|
int[] |
getMarkerType()
|
int |
getN_individual()
get the number of individuals |
int |
getN_marker()
get the number of markers |
int |
getSegType()
get segregation type |
void |
setGenotypeData(char[][] is)
set segregation data |
void |
setMarkerName(java.lang.String[] strings)
|
void |
setMarkerType(int[] is)
|
void |
setSegType(int i)
set segregation type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SegDataBean()
public SegDataBean(int segType, java.lang.String[] markerName, char[][] genotypeData)
segType
- 分離タイプ(F2=0, BC=1, RIL=2, DH=2 or NA=-1(not available))Method Detail |
public int getN_individual()
public int getN_marker()
public char[][] getGenotypeData()
public int getSegType()
public void setGenotypeData(char[][] is)
is
- public void setSegType(int i)
public java.lang.String[] getMarkerName()
public void setMarkerName(java.lang.String[] strings)
strings
- public int[] getMarkerType()
public void setMarkerType(int[] is)
is
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |