|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.bioinf.rnaprediction.StemConflictTable
public final class StemConflictTable
TODO: Compelte this javadoc.
Method Summary | |
---|---|
void |
clear(int row,
int col)
Clears a specific bit (0) in the matrix. |
void |
clearAll()
this method will set all the bits to 0. |
void |
create(int size)
Creates a matrix of dimensions size*size. |
boolean |
get(int row,
int col)
Returns the value of a bit. |
static StemConflictTable |
getInstance()
|
void |
setBit(int row,
int col)
Sets a bit (1) in the matrix. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static StemConflictTable getInstance()
public void create(int size)
size
- The size of the matrix.public void clearAll()
public void setBit(int row, int col)
row
- the row.col
- The column.public boolean get(int row, int col)
row
- The row.col
- The column.
public void clear(int row, int col)
row
- The row.col
- The column.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |