Uses of Class
org.biojava.bio.symbol.SimpleGappedSymbolList.Block
-
Packages that use SimpleGappedSymbolList.Block Package Description org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. -
-
Uses of SimpleGappedSymbolList.Block in org.biojava.bio.symbol
Methods in org.biojava.bio.symbol that return types with arguments of type SimpleGappedSymbolList.Block Modifier and Type Method Description List<SimpleGappedSymbolList.Block>
SimpleGappedSymbolList. BlockIterator()
Get list of the un-gapped region of the SymbolList.Methods in org.biojava.bio.symbol with parameters of type SimpleGappedSymbolList.Block Modifier and Type Method 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.Constructors in org.biojava.bio.symbol with parameters of type SimpleGappedSymbolList.Block Constructor Description Block(SimpleGappedSymbolList.Block block)
-