|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.structure.align.helper.GapArray
public class GapArray
Field Summary | |
---|---|
int |
index
|
int |
value
|
Constructor Summary | |
---|---|
GapArray()
|
Method Summary | |
---|---|
int |
getIndex()
|
int |
getValue()
|
void |
setIndex(int index)
|
void |
setValue(int value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int index
public int value
Constructor Detail |
---|
public GapArray()
Method Detail |
---|
public int getIndex()
public void setIndex(int index)
public int getValue()
public void setValue(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |