Package org.biojava.bio.seq.io.agave
Class AGAVEMatchRegion
- java.lang.Object
-
- org.biojava.bio.seq.io.agave.AGAVEMatchRegion
-
public class AGAVEMatchRegion extends Object
match_region- Author:
- Hanning Ni Doubletwist Inc, Greg Cox
-
-
Constructor Summary
Constructors Constructor Description AGAVEMatchRegion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AGAVEDbIdgetDbId()StringgetElementId()intgetEnd()intgetStart()voidsetDbId(AGAVEDbId id)voidsetElementId(String id)voidsetEnd(int end)voidsetStart(int start)StringtoString()StringtoString(String indent, String indent_unit)
-
-
-
Constructor Detail
-
AGAVEMatchRegion
public AGAVEMatchRegion()
-
-
Method Detail
-
setStart
public void setStart(int start)
-
setEnd
public void setEnd(int end)
-
setElementId
public void setElementId(String id)
-
getStart
public int getStart()
-
getEnd
public int getEnd()
-
getElementId
public String getElementId()
-
-