|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GapPenalty
Defines a data structure for the gap penalties used during a sequence alignment routine.
| Nested Class Summary | |
|---|---|
static class |
GapPenalty.Type
Defines the possible types of gap penalties. |
| Method Summary | |
|---|---|
short |
getExtensionPenalty()
Returns penalty given when an already open gap elongates by a single element |
short |
getOpenPenalty()
Returns penalty given when a deletion or insertion gap first opens |
GapPenalty.Type |
getType()
Returns GapPenalty.Type stored. |
void |
setExtensionPenalty(short gep)
Sets penalty given when an already open gap elongates by a single element |
void |
setOpenPenalty(short gop)
Sets penalty given when a deletion or insertion gap first opens |
| Method Detail |
|---|
short getExtensionPenalty()
short getOpenPenalty()
GapPenalty.Type getType()
GapPenalty.Type stored.
void setExtensionPenalty(short gep)
gep - gap extension penaltyvoid setOpenPenalty(short gop)
gop - gap open penalty
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||