Package | Description |
---|---|
org.biojava.bio.symbol |
Representation of the Symbols that make up a sequence, and locations within
them.
|
Modifier and Type | Method and Description |
---|---|
List<SimpleGappedSymbolList.Block> |
SimpleGappedSymbolList.BlockIterator()
Get list of the un-gapped region of the SymbolList.
|
Modifier and Type | Method and Description |
---|---|
protected int |
SimpleGappedSymbolList.sourceToView(SimpleGappedSymbolList.Block b,
int indx)
Coordinate conversion from source to view.
|
protected int |
SimpleGappedSymbolList.viewToSource(SimpleGappedSymbolList.Block b,
int indx)
Coordinate conversion from view to source.
|
Constructor and Description |
---|
SimpleGappedSymbolList.Block(SimpleGappedSymbolList.Block block) |
Copyright © 2014 BioJava. All rights reserved.