public interface GapPenalty
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
GapPenalty.Type
Defines the possible types of gap penalties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getExtensionPenalty()
Returns penalty given when an already open gap elongates by a single element 
 | 
int | 
getOpenPenalty()
Returns penalty given when a deletion or insertion gap first opens 
 | 
GapPenalty.Type | 
getType()
Returns  
GapPenalty.Type stored. | 
void | 
setExtensionPenalty(int gep)
Sets penalty given when an already open gap elongates by a single element 
 | 
void | 
setOpenPenalty(int gop)
Sets penalty given when a deletion or insertion gap first opens 
 | 
int getExtensionPenalty()
int getOpenPenalty()
GapPenalty.Type getType()
GapPenalty.Type stored.void setExtensionPenalty(int gep)
gep - gap extension penaltyvoid setOpenPenalty(int gop)
gop - gap open penaltyCopyright © 2000–2017 BioJava. All rights reserved.