protected static final class SimpleGappedSymbolList.Block extends Object implements Serializable
The alignment is actualy stoored as a list of these objects. Each block is contiguous with the next in the source fields, but may be gapped in the view fields.
Modifier and Type | Field and Description |
---|---|
int |
sourceEnd |
int |
sourceStart |
int |
viewEnd |
int |
viewStart |
Constructor and Description |
---|
SimpleGappedSymbolList.Block(int sourceStart,
int sourceEnd,
int viewStart,
int viewEnd) |
SimpleGappedSymbolList.Block(SimpleGappedSymbolList.Block block) |
public int sourceStart
public int sourceEnd
public int viewStart
public int viewEnd
public SimpleGappedSymbolList.Block(SimpleGappedSymbolList.Block block)
public SimpleGappedSymbolList.Block(int sourceStart, int sourceEnd, int viewStart, int viewEnd)
Copyright © 2014 BioJava. All rights reserved.